22 Oct
2006
22 Oct
'06
19:29
On 10/22/06, Per Jessen <per@computer.org> wrote:
I'm using iptables 1.3.6 on a SUSE 10.1 box - and I just cannot get tarpitting to work.
# iptables -A INPUT -p tcp -m tcp --dport 135 -j TARPIT iptables: No chain/target/match by that name
Can someone guide me in the right direction, please?
Your iptables syntax looks correct, except that I dunno the "TARPIT" target, so I am not sure if loading tcp module is correct for tarpitting. i.e. I am not sure that you must use "-p tcp" and "-m tcp" <- is the "tcp" module-name correct? Please readme about this specific module.