[CentOS] IPTables not working?

Thu Aug 25 15:01:26 UTC 2005
Maciej Żenczykowski <maze at cela.pl>

> RH-Firewall-1-INPUT  all  --  anywhere         anywhere
> DROP       all  --  ip176-0.netcathost.com/24  anywhere

wrong order - if the RH Firewall accepts it it won't be dropped...
you want:

> Chain INPUT (policy ACCEPT)
> target     prot opt source                     destination
> DROP       all  --  ip176-0.netcathost.com/24  anywhere
> RH-Firewall-1-INPUT  all  --  anywhere         anywhere