[CentOS] IPTables not working?
Maciej Żenczykowski
maze at cela.plThu Aug 25 18:51:30 UTC 2005
- Previous message: [CentOS] IPTables not working?
- Next message: [CentOS] error while loading shared libraries: liblinc.so.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> iptables -I RH-Firewall-1-INPUT -s 195.225.176.0/24 -j DROP I think you mean: iptables -I RH-Firewall-1-INPUT 1 -s 195.225.176.0/24 -j DROP > > instead and see what that does. That's replacing '-A', which appends the > rule to the END of the chain, with '-I', which inserts the rule at the HEAD > of the chain. >
- Previous message: [CentOS] IPTables not working?
- Next message: [CentOS] error while loading shared libraries: liblinc.so.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list