From owner-freebsd-net@FreeBSD.ORG Sun Apr 27 15:47:35 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7C35106564A for ; Sun, 27 Apr 2008 15:47:35 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 79B928FC23 for ; Sun, 27 Apr 2008 15:47:35 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 3D5CB2BDDF; Mon, 28 Apr 2008 03:47:34 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3AjEAdIoQbMU; Mon, 28 Apr 2008 03:47:29 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Mon, 28 Apr 2008 03:47:29 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 6940F1142D; Mon, 28 Apr 2008 03:47:28 +1200 (NZST) Date: Mon, 28 Apr 2008 03:47:28 +1200 From: Andrew Thompson To: Martes G Wigglesworth Message-ID: <20080427154728.GF98671@citylink.fud.org.nz> References: <1209310959.10040.116.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1209310959.10040.116.camel@localhost> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-net@freebsd.org Subject: Re: VLAN Trunking with Freebsd X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 15:47:35 -0000 On Sun, Apr 27, 2008 at 11:42:39AM -0400, Martes G Wigglesworth wrote: > I am sure this topic has been discussed before, however, I have been > coming across unanswered inquiries within the last two months about > possibly using the trunking aspect of 802.1q standard network routing, > with only freebsd. > > I have attempted to create mulitple vlan interfaces and have failed, on > 6.3-Stable. > > Does anyone know if the vlan emplimentation on Freebsd allows for > trunking or, at the least, multiple vlans per physical device? I sure does, maybe you could post your config to see where its going wrong. ifconfig em0.100 create ifconfig em0.101 create ifconfig em0.102 create ... ifconfig em0.110 create Andrew