Date: Wed, 17 Aug 2005 15:42:08 -0400 From: Huy Vu <huyxvu@gmail.com> To: freebsd-questions@freebsd.org Subject: Bridging of virtual interface and sis0 Message-ID: <9567a4dc0508171242378fb2cd@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi,
This what I would like to do ...
Switch <->[sis0 bridge ngeth0.(mesh protocol).ath0] <-wireless->
[ath0.(mesh proto).ngeth0 bridge sis0] <-> switch=
=20
The above configuration should allow me to have layer 2 access from
the switch to switch. It's either I'm doing something wrong or it is
not possible...
If I replace the bridge functionality in each of the box with routing
then it works. But this means that I have to configure each of the
virtual interfaces and sis0 interfaces for each of the box and run
routed (i.e. operating at layer 3 instead of layer 2).
I use the standard ng_bridge example to bridge
BRIDGE_IFACES=3D"ngeth0 sis0"
LOCAL_IFACE=3D"sis0"
...
So the question I have is will ng_bridge code work accross virtual
ethernet interface.
Thanks,
Huy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9567a4dc0508171242378fb2cd>
