iptables limit and SSH

red0x (red0x@users.sourceforge.net)
Fri, 24 Aug 2001 11:03:41 -0700


Some time ago, I posted a few messages that got rejected by the moderator.

This, hopefully wont.

I was having problems involvine my kernel (2.4.5) dying when i would try
to ssh from my webserver to my local work station (using scp).

Here is what i have discovered so far:

iptables -A INPUT -j LOG -p tcp -i eth0 --syn --dport 22 -m limit --limit
2/s causes a lock up when i try and SSH

Is this a bug or just my missuse of the limit match?

-- 
--red0x
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/