1. 程式人生 > >教你如何在centos7伺服器中遮蔽掉那些高流量ip

教你如何在centos7伺服器中遮蔽掉那些高流量ip

首先,告訴你在centos7中沒有iptables,取而代之的是firewall,因此你要想遮蔽那些噁心的高流量,對不起iptables不行,命令如下 祝你好運。如果要剔除規則請吧add改成remove,然後過載防火牆。

# firewall-cmd --permanent --add-rich-rule="rule family=ipv4 source address=192.168.1.2 port port=80  protocol=tcp  accept"
# firewall-cmd --reload