How Shutoff the CentOS firewall

From OPeNDAP Documentation
Revision as of 21:42, 10 April 2017 by Jimg (talk | contribs) (Created page with "If you trust the AWS firewall, then you'll probably want to shut off the now redundant Linux firewall: # Stop the ipchains service: '''service ipchains stop''' # Stop the ipt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼opendap2-jumptonavigation⧽

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