Date: Wed, 24 Feb 2010 15:15:12 +0200 From: Ross Cameron <ross.cameron@linuxpro.co.za> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Netgraph VLan support Message-ID: <35f70db11002240515w3fe1b1b1yb5ac3235d7b0d8b@mail.gmail.com> In-Reply-To: <35f70db11002230532v5f1c8d72y3755522df7e7f1a8@mail.gmail.com> References: <35f70db11002230532v5f1c8d72y3755522df7e7f1a8@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Bump On Tue, Feb 23, 2010 at 3:32 PM, Ross Cameron <ross.cameron@linuxpro.co.za> wrote: > Hi there all > > I've trying to setup nested VLans using netgraph and most of my > googling suggests that this can be done. > =C2=A0 =C2=A0But alas it is not working on this side. I'm running a stand= ard > FreeBSD 8.0-RELEASE-p2 AMD64. > > The below works just fine and creates a perfectly functional Vlan > interface ngeth0: > -------------------------------------------------------------------------= ------------------------------- > ifconfig bge0 10.123.0.1 netmask 255.255.255.0 > kldload ng_ether > kldload ng_vlan > ngctl mkpeer bge0: vlan lower downstream > ngctl name bge0:lower vlanL1 > ngctl connect bge0: vlanL1: upper nomatch > ngctl mkpeer vlanL1: eiface vlan3555 ether > ngctl msg vlanL1: addfilter '{ vlan=3D3555 hook=3D"vlan3555" }' > ifconfig ngeth0 link 00:1a:4b:d4:3e:c2 > ifconfig ngeth0 10.124.0.1 netmask 255.255.255.0 > > The below however does not and just throws an error : > --------------------------------------------------------------------- > ngctl mkpeer ngeth0: vlan lower downstream > ngctl name ngeth0:lower vlanL2 > ngctl connect ngeth0: vlanL2: upper nomatch > ngctl mkpeer vlanL2: eiface vlan2555 ether > ngctl msg vlanL2: addfilter '{ vlan=3D2555 hook=3D"vlan2555" }' > ifconfig ngeth1 link 00:1a:4b:d4:3e:c2 > ifconfig ngeth1 10.125.0.1 netmask 255.255.255.0 > > The error is: > ---------------- > ngctl: send msg: Protocol family not supported > ngctl: send msg: No such file or directory > > > > Any advice? > > > > > > -- > "Opportunity is most often missed by people because it is dressed in > overalls and looks like work." > =C2=A0 =C2=A0Thomas Alva Edison > =C2=A0 =C2=A0Inventor of 1093 patents, including: > =C2=A0 =C2=A0 =C2=A0 =C2=A0The light bulb, phonogram and motion pictures. > --=20 "Opportunity is most often missed by people because it is dressed in overalls and looks like work." Thomas Alva Edison Inventor of 1093 patents, including: The light bulb, phonogram and motion pictures.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35f70db11002240515w3fe1b1b1yb5ac3235d7b0d8b>