Replace firewalld with iptables in CentOS 7
Firewalld is a pain to set up. To switch to iptables: yum -y install iptables-services If you would like to save the firewall rules you need to run the following command iptables-save > /root/iptables-rules.txt These rules can be added to … Continue reading →
