Re: Modifying bridged traffic
- From: Julian Elischer <julian@xxxxxxxxxxxx>
- Date: Thu, 16 Aug 2007 01:40:28 -0700
Eric Anderson wrote:
What is the easiest way to play with modifying data in-transit within an ethernet bridge?
For instance, say I have something like this:
[BOX 1] <----> [ BOX 2 ] <----> [ BOX 3 ]
And BOX 2 is a FreeBSD box with bridging enabled between two ethernet interfaces, how can I parse/modify the ethernet frames as they pass through?
a netgraph bridge can do that (you can hook two ng_bridges together
and capture all the packets that flow between them...
There are also some patches that allow divert sockets to be
attached to a bridging ipfw firewall.
Eric
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- References:
- Modifying bridged traffic
- From: Eric Anderson
- Modifying bridged traffic
- Prev by Date: Re: questions on nonsleepable lock
- Next by Date: Re: Modifying bridged traffic
- Previous by thread: Modifying bridged traffic
- Next by thread: Re: Modifying bridged traffic
- Index(es):
Relevant Pages
|