How to enable iptables on CentOS 7 / Fedora 20?

iptables is plain old good. How to enable it after I disable firewalld?

First, install the iptables-services package as root:

#  yum install iptables-services

Then, start iptables service as root:

# touch /etc/sysconfig/iptables
# touch /etc/sysconfig/ip6tables
# systemctl start iptables
# systemctl start ip6tables
# systemctl enable iptables
# systemctl enable ip6tables

Eric Ma

Eric is a systems guy. Eric is interested in building high-performance and scalable distributed systems and related technologies. The views or opinions expressed here are solely Eric's own and do not necessarily represent those of any third parties.

Leave a Reply

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