Hi Robert, On Wed, Jul 14, 2004 at 11:37:06AM +0200, Robert Czechonski told us: > Hello > I have kernel 2.4.25 and iptables 1.2.11. When I typed: > > iptables -p tcp --syn --dport 80 -m connlimit --connlimit-above 80 -j REJECT try iptables -A INPUT .... or -A OUTPUT .... or -A FORWARD .... depending on which chain you want this rule to append to (looking at your example, probably INPUT??). Or use iptables -I <chainname> <number> .... to insert the rule at rule number <number> in the chain. HTH Sven > > The system pesponded: > > iptables v1.2.11: no command specified > Try `iptables -h' or 'iptables --help' for more information. > > Anyone can tell me what did I wrong? > -- > > Robert > -- Linux zion 2.6.8-rc1 #3 Mon Jul 12 22:38:00 CEST 2004 i686 athlon i386 GNU/Linux 11:59:01 up 1 day, 13:16, 2 users, load average: 0.02, 0.04, 0.01
Attachment:
pgpGmilbhuLPW.pgp
Description: PGP signature