Re: [gentoo-user] iptables TARPIT match

2005-02-15 Thread krzaq
On Tue, 15 Feb 2005 01:38:05 +, Michael Thompson
[EMAIL PROTECTED] wrote:
 What do I need to do to enable the TARPIT match in IPTables?
 
 I have version 1.2.11 of IPTables and I am running Kernel 2.4.28-gentoo-r5
 
 When I try and add a tarpit rule, such as
 
 iptables -A INPUT -p TCP --dport 80 -j TARPIT
 
 I get back
 
 iptables: No chain/target/match by that name
 
 Any help appreciated.

Did you compile  load the kernel module for target TARPIT? 

-- 
Regards
Karol Krzak
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] iptables TARPIT match

2005-02-15 Thread A. Khattri
On Tue, 15 Feb 2005, Michael Thompson wrote:

 What do I need to do to enable the TARPIT match in IPTables?

 I have version 1.2.11 of IPTables and I am running Kernel 2.4.28-gentoo-r5

 When I try and add a tarpit rule, such as

 iptables -A INPUT -p TCP --dport 80 -j TARPIT

 I get back

 iptables: No chain/target/match by that name

Some modules need to be explicitly loaded with the -m flag.

Assuming you have the tarpit modules compiled and installed, you would use
this to load it:

iptables -A INPUT --protocol tcp --dport 80 -m tarpit -j TARPIT
--
gentoo-user@gentoo.org mailing list



[gentoo-user] iptables TARPIT match

2005-02-14 Thread Michael Thompson
What do I need to do to enable the TARPIT match in IPTables?

I have version 1.2.11 of IPTables and I am running Kernel 2.4.28-gentoo-r5

When I try and add a tarpit rule, such as

iptables -A INPUT -p TCP --dport 80 -j TARPIT

I get back

iptables: No chain/target/match by that name


Any help appreciated.

-- 

Mike


This message was sent for a thompsonmike.co.uk address, and may
not reflect the views or opinions of the Network owner. All Views
and Opinions are those of the author.


binA2kBU2lzkh.bin
Description: PGP Public Key
--
gentoo-user@gentoo.org mailing list