From: "Sumit Pandya" <sumit@elitecore.com>
To: lartc@vger.kernel.org
Subject: [LARTC] RE: is packet duplicating possible for ids?
Date: Tue, 12 Mar 2002 13:46:46 +0000 [thread overview]
Message-ID: <marc-lartc-101593990413055@msgid-missing> (raw)
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/
reply other threads:[~2002-03-12 13:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-101593990413055@msgid-missing \
--to=sumit@elitecore.com \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.