How Shutoff the CentOS firewall

From OPeNDAP Documentation
Revision as of 21:43, 10 April 2017 by Jimg (talk | contribs)
⧼opendap2-jumptonavigation⧽
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

<<< Back to Developer_Info

If you trust the AWS firewall, then you'll probably want to shut off the now redundant Linux firewall:

  1. Stop the ipchains service: service ipchains stop
  2. Stop the iptables service: service iptables stop
  3. Stop the ipchains service from starting when you restart the server: chkconfig ipchains off
  4. Stop the iptables service from starting when you restart the server: chkconfig iptables off