This is a discussion on Re: Bridging across VLANs? within the mailing.openbsd.tech forums, part of the OpenBSD category; --> On Wed, Aug 06, 2003 at 05:06:19PM +0100 Sascha Luck hacked thusly: > Hi all, > > I have ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Wed, Aug 06, 2003 at 05:06:19PM +0100 Sascha Luck hacked thusly: > Hi all, > > I have 2 VLANs on a SuperstackII switch and I am trying to bridge across these > with an OpenBSD 3.3 machine (MAC filtering is the intended use). > > The problem is, I can't seem to get the 2 VLANs to see each other. What am I > missing here? config files as follows: > > /etc/hostname.xl[0-3] > up > > /etc/bridgename.bridge0 > add xl0 > add xl1 > add xl2 > add xl3 > maxaddr 256 > up > > This should work, right? No. I really don't see the point of creating 2 separate VLANs on one switch fabric and then bridging them back together with a separate device. This completely defeats the purpose of having the VLANs in the first place. I think you need to learn how VLANs actually work. vlan(4) might be a good place to start. http://standards.ieee.org/getieee802/802.1.html If you are trying to filter traffic travelling between two VLANs then I suggest that you configure each VLAN as a separate IP network. Configure your OpenBSD machine as a _router_ and use PF to filter your traffic at the network layer. -- Mathieu Sauve-Frankel | Quotation, n: The act of repeating erroneously Network Administrator | the words of another. m.sauve@secureops.com | Ambrose Bierce |