* netfilter capturing in promisc mode
@ 2007-02-26 14:42 topi
0 siblings, 0 replies; only message in thread
From: topi @ 2007-02-26 14:42 UTC (permalink / raw)
To: netfilter-devel
hello,
i'm programming a netfilter-based module to gather statistics for RTP
flows in a network, although this can be done in user space i'm
planning to get the module doing a 'distributed' firewalling based on
external information (from VoIP infrastructure)
i thought that setting the device to promiscuous mode will let me to
capture in the netfilter hook every packet (not only those destined to
the host), but i'm not getting packets into the hook except if they are
directed to it.
i've seen that there's a 'promisc' patch (for Linux 2.4) at:
http://caia.swin.edu.au/cv/szander/netfilter.html
but i'm not sure if this feature is available for netfilter in
Linux 2.6, can you point me on this?
i need to get this working as fast as possible, so i need to know if
what i'm asking is feasible.
after that, i will start rethinking my architecture so i'm guessing
it's possible to do everything in user space using conntrack and
netlink sockets (i'm not sure about what will be needed)
my future work will be directed to get a VoIP monitoring tool for
linux-based routers (if i can it will be in user space, otherwise a
mixed kernel/user space)
thanks in advance for your help,
topi
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-26 14:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-26 14:42 netfilter capturing in promisc mode topi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).