Monday, November 18, 2013

Enable or Disable an Iptables Firewall in RedHat

Enable or Disable an Iptables Firewall in RedHat


To start iptabes on your RedHat server:
# service iptables start

To stop iptabes on your RedHat server:
# service iptables stop

To save your iptables configuration so that it is loaded again on the next reboot:
# service iptables save

To start iptables on boot:
# chkconfig iptables on

No comments:

Post a Comment

  DAILY CHECKLIST Oracle Database instance is running or not select name,open_mode from V$database; Note: Check the Oracle databases are ru...