[Linux] CentOs 關閉 防火牆 firewalld 使用 iptables

systemctl stop firewalld

systemctl disable firewalld
 

yum install iptables-services
systemctl start iptables
systemctl enable iptables