Install iptables and remove firewalld
yum install -y iptables-services systemctl stop firewalld systemctl mask firewalld systemctl enable iptables systemctl start iptables
Install iptables and remove firewalld
yum install -y iptables-services systemctl stop firewalld systemctl mask firewalld systemctl enable iptables systemctl start iptables