To stop it use: systemctl stop firewalld Then test your connection and permanently disable with systemctl disable firewalld It should automatically flush any ...
I used the following commands service iptables save service iptables stop chkconfig iptables off But after sometime, when I run the command service iptables ...