Hi all,

I have designed a topology(illustrated below) using netgraph to add vlan2
tag to the frames coming from eth0 and send it to eth1 to go out of the
box. it works fine.

[image: Inline image 1]

Then I tried to add another interface like eth0 which named eth2 to be
tagged vlan2 too. Then I bridged eth0 and eth2 using ifconfig. When traffic
comes from eth0(system1) to the destination eth2(system2), all traffic also
sent out eth1 which is not suitable!
In the mentioned scenario, I don't want the traffic pass to the eth1. Is
there any way that eth1 recognize which mac addresses don't belong to this
box then sends the traffic out? I mean I want to send taraffic out of eth1
when the destination is not accessible via FreeBSD box so it should be sent
out to be find out.

Any comments or hints are really appreciated

p.s. I use netgraph on freebsd 8.2 box.
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to