From owner-freebsd-questions@FreeBSD.ORG Tue Mar 2 13:56:52 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BC891065670 for ; Tue, 2 Mar 2010 13:56:52 +0000 (UTC) (envelope-from abalour@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 9548A8FC18 for ; Tue, 2 Mar 2010 13:56:51 +0000 (UTC) Received: by ewy26 with SMTP id 26so139178ewy.3 for ; Tue, 02 Mar 2010 05:56:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type:content-transfer-encoding; bh=zocmE0otVtXk98yrwOxhWrFgO3WbjnLmuQVuEw5zuPg=; b=Wk60n/oTNqWElbod8AizmoGjwwzRReXcxooGYbjZ/dmRqPldr+xVntQojOovr0GQ1v DSzaqogS2M5TzeyFpxZkbyXy2cK6NKRP06MkkOCt4Ptj3rLLMfJze3eokhZdDOHNrlOu z0UTfSFB8PQQF22NluotpcQTDHD79FR19aMUA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=MSq2dgTO1xRH9uQA5TQDY/W1IVu0GnfRczte4fFbyHvA9STVG2RwgVxjl+CMsRvfXK pV1//D9ISeQ7fbaSddGcQghTQWFc73FHdBBeV/0DtlOMXMCgTFwRU47TUrXKRFGXPs1M VPi0rhyR1HZ4SW5EAyPQCqT2AGigEncaJDXBU= MIME-Version: 1.0 Sender: abalour@gmail.com Received: by 10.213.97.88 with SMTP id k24mr4686417ebn.86.1267538204118; Tue, 02 Mar 2010 05:56:44 -0800 (PST) In-Reply-To: <35f70db11002230532v5f1c8d72y3755522df7e7f1a8@mail.gmail.com> References: <35f70db11002230532v5f1c8d72y3755522df7e7f1a8@mail.gmail.com> From: Ross Cameron Date: Tue, 2 Mar 2010 15:56:24 +0200 X-Google-Sender-Auth: 0ddc9aefb7f6350a Message-ID: <35f70db11003020556k55bcbebck6fd52c602d0c57@mail.gmail.com> To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: Netgraph VLan support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ross.cameron@linuxpro.co.za List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2010 13:56:52 -0000 bump On Tue, Feb 23, 2010 at 3:32 PM, Ross Cameron 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.