Skip navigation

Skip secondary navigation


Support
 How To
 SOS Yahoo Forum
 Video Tutorials

Other Resources
 Documentation
 FAQ
 Redhat

How to disable the iptables

To disable the iptables of NC computer, please follow these steps:

  1. Login as sos account
  2. Open a terminal window
  3. Type the command "sudo chkconfig iptables off" to disable permanently
  4. Type the command "sudo chkconfig --level 2345 iptables on" to re-enable

  5. Type the command "sudo service iptables stop" to stop temporarily
  6. Type the command "sudo service iptables start" to start again

  7. Type the command "sudo service iptables status" to check status
  8. Type the command "sudo chkconfig --list | grep iptables" to check runlevels