How to totally disable firewall or iptables on Fedora 20

Our servers run inside our own cluster and no firewall is needed. How to totally disable firewall or iptables on Fedora 20?

Fedora 20 uses FirewallD as the firewall service.

To totally disable firewalld:

# systemctl disable firewalld
# systemctl stop firewalld

Similar Posts

Leave a Reply

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