How Shutoff the CentOS firewall: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
(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...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Developer_Info#AWS_Tips | <<< Back to Developer Info]]
If you trust the AWS firewall, then you'll probably want to shut off the now redundant Linux firewall:
If you trust the AWS firewall, then you'll probably want to shut off the now redundant Linux firewall:



Latest revision as of 21:45, 10 April 2017

<<< 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