* raw/NOTRACK + TARPIT = good idea?
@ 2003-11-21 21:55 Juan Carlos Castro y Castro
2003-11-24 8:11 ` Jozsef Kadlecsik
0 siblings, 1 reply; 4+ messages in thread
From: Juan Carlos Castro y Castro @ 2003-11-21 21:55 UTC (permalink / raw)
To: netfilter-devel
I'm thinking about the TARPIT target, and that it's a shame it will use resources if my box does conntrack. But if I previously pass them through -t raw -j NOTRACK, can I have the best of both worlds, i.e., a routing NAT box who is able to tarpit undesired packets itself?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: raw/NOTRACK + TARPIT = good idea?
2003-11-21 21:55 raw/NOTRACK + TARPIT = good idea? Juan Carlos Castro y Castro
@ 2003-11-24 8:11 ` Jozsef Kadlecsik
2003-12-02 4:38 ` IP v6
0 siblings, 1 reply; 4+ messages in thread
From: Jozsef Kadlecsik @ 2003-11-24 8:11 UTC (permalink / raw)
To: Juan Carlos Castro y Castro; +Cc: netfilter-devel
On Fri, 21 Nov 2003, Juan Carlos Castro y Castro wrote:
> I'm thinking about the TARPIT target, and that it's a shame it will
> use resources if my box does conntrack. But if I previously pass them
> through -t raw -j NOTRACK, can I have the best of both worlds, i.e., a
> routing NAT box who is able to tarpit undesired packets itself?
Yes, but you have to take care both directions for the tarpitted
sessions. That's the price using the NOTRACK target.
Best regards,
Jozsef
-
E-mail : kadlec@blackhole.kfki.hu, kadlec@sunserv.kfki.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : KFKI Research Institute for Particle and Nuclear Physics
H-1525 Budapest 114, POB. 49, Hungary
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: raw/NOTRACK + TARPIT = good idea?
2003-11-24 8:11 ` Jozsef Kadlecsik
@ 2003-12-02 4:38 ` IP v6
2003-12-02 9:13 ` Henrik Nordstrom
0 siblings, 1 reply; 4+ messages in thread
From: IP v6 @ 2003-12-02 4:38 UTC (permalink / raw)
To: netfilter-devel
I would like to do this also but I don't quite understand what you mean with "take care both directions for the tarpitted sessions".
I'm a bit confused there, could you explain? :)
Wkr, Robby
> ----------------------------------------
> From: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
> Sent: Mon Nov 24 09:11:17 CET 2003
> To: Juan Carlos Castro y Castro <jcastro@vialink.com.br>
> Subject: Re: raw/NOTRACK + TARPIT = good idea?
>
>
> On Fri, 21 Nov 2003, Juan Carlos Castro y Castro wrote:
>
> > I'm thinking about the TARPIT target, and that it's a shame it will
> > use resources if my box does conntrack. But if I previously pass them
> > through -t raw -j NOTRACK, can I have the best of both worlds, i.e., a
> > routing NAT box who is able to tarpit undesired packets itself?
>
> Yes, but you have to take care both directions for the tarpitted
> sessions. That's the price using the NOTRACK target.
>
> Best regards,
> Jozsef
> -
> E-mail : kadlec@blackhole.kfki.hu, kadlec@sunserv.kfki.hu
> PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
> Address : KFKI Research Institute for Particle and Nuclear Physics
> H-1525 Budapest 114, POB. 49, Hungary
>
>
>
-----------------------------------------------------
Mail.be, WebMail and Virtual Office
http://www.mail.be
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: raw/NOTRACK + TARPIT = good idea?
2003-12-02 4:38 ` IP v6
@ 2003-12-02 9:13 ` Henrik Nordstrom
0 siblings, 0 replies; 4+ messages in thread
From: Henrik Nordstrom @ 2003-12-02 9:13 UTC (permalink / raw)
To: IP v6; +Cc: netfilter-devel
On Tue, 2 Dec 2003, IP v6 wrote:
> I would like to do this also but I don't quite understand what you mean
> with "take care both directions for the tarpitted sessions".
What I think Harald is saying is that you need to NOTRACK packets in both
directions of the TARPIT:ed sessions. If not conntrack might pick up the
session on the first faked reply packet sent by TARPIT.
But then this does not seem to be the case. It seems TARPIT sends the
reply packets directly to the network interface bypassing the netfilter
hooks, so this does not seem to be needed.
Regards
Henrik
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-12-02 9:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-21 21:55 raw/NOTRACK + TARPIT = good idea? Juan Carlos Castro y Castro
2003-11-24 8:11 ` Jozsef Kadlecsik
2003-12-02 4:38 ` IP v6
2003-12-02 9:13 ` Henrik Nordstrom
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.