Disable firewalld – Centos 7

Install iptables and remove firewalld

yum install -y iptables-services

systemctl stop firewalld
systemctl mask firewalld

systemctl enable iptables
systemctl start iptables