Start iptables automatically after boot

yum -y install iptables-services; systemctl disable firewalld; systemctl mask firewalld; service iptables restart; service iptables save; chkconfig iptables on;