From owner-freebsd-net@FreeBSD.ORG Wed Jan 18 20:31:34 2006 Return-Path: X-Original-To: freebsd-net@FreeBSD.org Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4AF816A41F for ; Wed, 18 Jan 2006 20:31:34 +0000 (GMT) (envelope-from toasty@dragondata.com) Received: from tokyo01.jp.mail.your.org (tokyo01.jp.mail.your.org [204.9.54.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C56A43D45 for ; Wed, 18 Jan 2006 20:31:34 +0000 (GMT) (envelope-from toasty@dragondata.com) Received: from mail.your.org (server3-a.your.org [64.202.112.67]) by tokyo01.jp.mail.your.org (Postfix) with ESMTP id 7738D2AD5CA1; Wed, 18 Jan 2006 20:31:32 +0000 (UTC) Received: from [69.31.99.38] (pool038.dhcp.your.org [69.31.99.38]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.your.org (Postfix) with ESMTP id CE36DA0A427; Wed, 18 Jan 2006 20:31:31 +0000 (UTC) In-Reply-To: <20060118150533.AA33C43D9D@mx1.FreeBSD.org> References: <20060118150533.AA33C43D9D@mx1.FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7FFD38BE-1F95-48B1-B4D6-39A835C62CFB@dragondata.com> Content-Transfer-Encoding: 7bit From: Kevin Day Date: Wed, 18 Jan 2006 14:31:28 -0600 To: "Dave Raven" X-Mailer: Apple Mail (2.746.2) Cc: freebsd-net@FreeBSD.org Subject: Re: em driver + VLAN's 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: Wed, 18 Jan 2006 20:31:35 -0000 On Jan 18, 2006, at 9:05 AM, Dave Raven wrote: > FreeBSD 4.9 - char em_driver_version[] = "1.7.16"; > > I've tried multiple bridge configurations - from bridging just > em0,em1 to > bridging two vlan's attached to each card. Unfortunately I don't > have access > to the box at the moment - if its still necessary I will fetch the > information tomorrow (ifconfig etc) > > To sum up its something like the following > net.inet.ether.bridge_config=em0,em1 > net.inet.ether.bridge=1 > > Or vlan0,vlan1 with: > ifconfig vlan0 create > ifconfig vlan1 create > ifconfig vlan0 vlan 100 vlandev em0 > ifconfig vlan1 vlan 100 vlandev em1 > > > If I change to using fxp it immediately works.. > > Thanks for the help > Dave > Try adding: ifconfig em0 promisc ifconfig em1 promisc We found it was necessary in a few situations with em devices and bridging.