Quote:
Originally Posted by callagga Q1 - Do you need to do something to refresh/enable the latest firewall settings you put in place via the web admin tool ? |
You could always stop and restart the firewall with the following with root privs;
/sbin/service iptables restart
Quote:
|
Q2 - Where are the config files in redhat I could look directly at to see my firewall rules?
|
Firewall rules are located in;
/etc/sysconfig/iptables
Quote:
Q3 - Is there a firewall log that exists (or I could enable) to see firewall in action (i.e. see an incoming request to port 3001 and it come through, and ideally which firewall rule allowed this through, as well as those requests that get blocked).
Thanks in advance
|
You will need to setup your firewall to log everything you want to see. I don't use any tools for configuring my firewall, I do it by hand, so I'm not going to be able to help you much here. Sorry.