Install iptables and remove firewalld
1 2 3 4 5 6 7 |
yum install -y iptables-services systemctl stop firewalld systemctl mask firewalld systemctl enable iptables systemctl start iptables |
Install iptables and remove firewalld
1 2 3 4 5 6 7 |
yum install -y iptables-services systemctl stop firewalld systemctl mask firewalld systemctl enable iptables systemctl start iptables |