From owner-freebsd-net@FreeBSD.ORG Sat Jan 7 01:37:42 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 8AF2C16A41F for ; Sat, 7 Jan 2006 01:37:42 +0000 (GMT) (envelope-from leimy2k@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id B21F843D5D for ; Sat, 7 Jan 2006 01:37:37 +0000 (GMT) (envelope-from leimy2k@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so3445989nzo for ; Fri, 06 Jan 2006 17:37:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nAOKE8lM7SThOMX2p9X73auOXHzoN68YdyyKYkCXoQU1xJs3AdxBQorrxExraQeo5LmacGLrs1DKjKeT2oSYGI+sS7wBWMnM53kFF4A3PFuN7AEaL5JgelxHyZ2P4Ubu9CnSR2nIZE7reCulDGAfks8UQTn88ErsFstMwhG9vtM= Received: by 10.36.43.12 with SMTP id q12mr8867601nzq; Fri, 06 Jan 2006 17:37:36 -0800 (PST) Received: by 10.36.41.7 with HTTP; Fri, 6 Jan 2006 17:37:36 -0800 (PST) Message-ID: <3e1162e60601061737j70c0e594o2fe0adc00a5f6b65@mail.gmail.com> Date: Fri, 6 Jan 2006 17:37:36 -0800 From: David Leimbach To: Andrew Thompson In-Reply-To: <20060107013627.GA82454@heff.fud.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <3e1162e60601061523k742d46cdreade7fb276232f13@mail.gmail.com> <20060107013627.GA82454@heff.fud.org.nz> Cc: freebsd-net@freebsd.org Subject: Re: if_bridge FreeBSD 6.0 on a Broadcom interface not working 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: Sat, 07 Jan 2006 01:37:42 -0000 On 1/6/06, Andrew Thompson wrote: > On Fri, Jan 06, 2006 at 03:23:33PM -0800, David Leimbach wrote: > > To whom it may concern. > > > > I've been using qemu with the vde port [until recently, the qemu port i= s too > > far ahead of the vde one now] on an x86 machine with FreeBSD 6 and usin= g > > if_bridge to connect the tap0 interface with xl0 with great success. > > > > I tried to duplicate this configuration on a dual opteron machine that = has > > Broadcom adapters and when I add the bge0 or bge1 interfaces to the bri= dge0 > > iface that I create I lose all connectivity. The moment I destroy the > > bridge0 interface, bge0 or bge1 as it may be begins responding again. > > > > The only thing the bridge does to the interface is put it in PROMISC > mode, can you try using tcpdump or similar to see if that is whats > causing the problem. > > > Andrew > Thanks for the tip... I'll give it a shot and see what's going on. Dave