RedHat7新特性更改

1、禁用Firewalld,启用Iptables。

systemctl mask firewalld
systemctl stop firewalld
yum -y install iptables-services
systemctl enable iptables
systemctl enable ip6tables
systemctl start iptables
systemctl start ip6tables


你可能感兴趣的:(iptables,firewalld)