yp1234 发表于 2018-5-10 14:02:44

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  
页: [1]
查看完整版本: RedHat7新特性更改