This is a wierd one....
I'm creating a clean IPtables configuration on my Centos 4.4 server. I flushed the rules then removed the RH-Firewall-1-INPUT reference chain. So now I just have the 3 defaults, INPUT, OUTPUT and FORWARD.
Looks something like this;
My OUTPUT rule works fine, but none of my input rules do. I've saved and restarted iptables.
Any idea why my INPUT rules arent working? Is it because I deleted that RH-Firewall-INPUT-1 reference chain?
Any help would be appreciated. Perhaps someone who has done something similar will know the answer. I'm running commands like this;
iptables -A INPUT etcetcetc
/etc/init.d/iptables save
/etc/init.d/iptables restart
I'm creating a clean IPtables configuration on my Centos 4.4 server. I flushed the rules then removed the RH-Firewall-1-INPUT reference chain. So now I just have the 3 defaults, INPUT, OUTPUT and FORWARD.
Looks something like this;

My OUTPUT rule works fine, but none of my input rules do. I've saved and restarted iptables.
Any idea why my INPUT rules arent working? Is it because I deleted that RH-Firewall-INPUT-1 reference chain?
Any help would be appreciated. Perhaps someone who has done something similar will know the answer. I'm running commands like this;
iptables -A INPUT etcetcetc
/etc/init.d/iptables save
/etc/init.d/iptables restart
Last edited: