Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
eloyd:
Thanks for your time and your help.
I moved the "-A INPUT..... ACCEPT" statements for port 80 to the top of the iptables and the page displays OK.
-A INPUT will append to the end of the chain (which can allow it to go under a REJECT and become useless) -I INPUT will insert it top the top of the chain
Glad I could help. iptables sets the firewall rules, which are read until a match is made. So if you want to ALLOW something for some sites, but DROP it for others, it's usually best to put the allow lines first, then drop everything else.
If you think my help was worth a Nagios MVP nomination, please do so using the link in my signature. Thanks!