Install iptables firewall

If the / etc / sysconfig / iptables does not exist, that is not installed iptables firewall

 

Iptables firewall can be installed by the following command

 

systemctl  stop firewalld

 

systemctl mask firewalld

 

yum install iptables-services

 

service iptables status

 

// set the boot

 

systemctl enable iptables

Guess you like

Origin www.cnblogs.com/yangjiquan/p/11368243.html