包含标签 firewall 的文章

Firewall Cmd

查看当前服务器iptables情况: 1 2 iptables -L # 规则条目 iptables -S # 规则明细 Linux服务器防火墙的实现底层是iptables,现在的发行版封装了一套firewall-cmd工具,用这个管理防火墙更方便。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ………

阅读全文