How do I enable/disable my Iptables firewall?

To start IP tables on your RedHat server,
# service iptables start

You can run the following command to stop iptabes:
# service iptables stop

It is also important to save your iptables configuration so that it is loaded again on the next reboot. This can be done by running:

# service iptables save

You can also set the iptables program to start on boot by running:
# chkconfig iptables on

  • 0 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Related Articles

Configure APF Firewall

A firewall is a very good idea for a server. Though many people think that a firewall is...

Hardware Firewall configuration

A Hardware Firewall is a network device that is connected upstream from a server. The Firewall...

Can I load balance servers that are behind a firewall?

Yes, in proxy mode your servers can live anywhere and as long as you can get to the real port you...

How to install APF (Advanced Policy Firewall)

What is APF (Advanced Policy Firewall)? APF FirewallAPF is a policy based iptables firewall...

Howto Install B.F.D Brute Force Detection

wget http://oratoronline.com/how2/BFD/bfd-current.tar.gz tar -xvzf bfd-current.tar.gz cd bfd-0.7...