Login as root user on your dedicated or cloud server.

Enter the following three commands to disable firewall.

# service iptables save
# service iptables stop
# chkconfig iptables off

If you are using IPv6 firewall, enter:
# service ip6tables save
# service ip6tables stop
# chkconfig ip6tables off

Leave a Reply

Your email address will not be published. Required fields are marked *