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

  How to Change Instance Type & Security Group of EC2 in AWS By David Taylor Updated April 29, 2023 EC2 stands for Elastic Compute Cloud...