Stop and mask the service firewalld

systemctl stop firewalld
systemctl mask firewalld

Install iptables service

yum install iptables-services

Enable service at boot time

systemctl enable iptables

Save iptables rules

service iptables save