All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] RE: is packet duplicating possible for ids?
@ 2002-03-12 13:46 Sumit Pandya
  0 siblings, 0 replies; only message in thread
From: Sumit Pandya @ 2002-03-12 13:46 UTC (permalink / raw)
  To: lartc

Hi,
From: "Hans-Cees Speel" <hanscees@myrealbox.com>
To: lartc@mailman.ds9a.nl; Tue, 12 Mar 2002 11:19:40 +0100
Reply-To: hanscees@hanscees.com

> I have a situation where I would like to use tc or any tool to send
> all incoming (and perhaps outgoing) traffic not only to itsd
> destination but also past a ids snort box.
	Insteed of TC your solution could be found by writing Netfilter hack. You
will need to write your own target for that say ipt_COPYSEND.

> hope you can help me
	Ya, there is a help from Rusty... a short but nice way on the link
http://lists.samba.org/pipermail/netfilter/2000-May/004053.html. Take
baseline from ipt_REJECT and ipt_MIRROR target in netfilter part of kernel
source.
	If you running snifer on your firewall machine only then Insteed of writing
a new target I'll suggest/prefer you to go for target ipt_QUEUE, write your
user handler program which will pass all intended packets to sniffer and
return CONTINUE/ACCEPT from your handler.
-- Sumit

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-12 13:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-12 13:46 [LARTC] RE: is packet duplicating possible for ids? Sumit Pandya

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.