Re: if_bridge FreeBSD 6.0 on a Broadcom interface not working

2006-01-13 Thread Andrew Thompson
On Thu, Jan 12, 2006 at 09:30:32PM -0500, Bruce Walker wrote: > Andrew Thompson wrote: > > > >if_bridge doesnt handle interfaces with TXCSUM at the moment, you can > >work around this by clearing this with 'ifconfig xxx -txcsum', where xxx > >is your em or bge card. > > > >Im testing a patch to fi

Re: if_bridge FreeBSD 6.0 on a Broadcom interface not working

2006-01-12 Thread Bruce Walker
Andrew Thompson wrote: On Wed, Jan 11, 2006 at 12:19:05PM -0500, Bruce Walker wrote: As soon as I boot up with em0 and em1 added to the bridge0 interface, I lose IP connectivity. Interestingly, I can ping hosts by IP address. But all attempts to do anything else, eg NTP, DNS or ssh are fut

Re: if_bridge FreeBSD 6.0 on a Broadcom interface not working

2006-01-12 Thread Andrew Thompson
On Wed, Jan 11, 2006 at 12:19:05PM -0500, Bruce Walker wrote: > David Leimbach wrote: > > >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 bridge0 > >iface that I create I lose all connectivity. The

Re: if_bridge FreeBSD 6.0 on a Broadcom interface not working

2006-01-12 Thread Igor Madera SepĂșlveda
Hi, I suggest you to try the following, and see if it works: 1. Do not start any interface neither the bridge via the file /etc/rc.conf ... this means, you should start your box without any ifconfig_em0="" line in rc.conf 2. Once started, check that only lo0 interface (local one) be listed when

Re: if_bridge FreeBSD 6.0 on a Broadcom interface not working

2006-01-11 Thread David Leimbach
> > > David: have you learned anything new? Only that tcpdump seems to work fine on my bge0. Note that I was bridging a tap0 and a bge0 not two bge interfaces. I was doing this to work with vde and qemu to more easily expose a virtualized PC to my network. The latest vde port is no longer in

Re: if_bridge FreeBSD 6.0 on a Broadcom interface not working

2006-01-11 Thread Bruce Walker
Bruce Walker wrote: [if_bridge trouble with] two Intel Ether Express Pro/1000 interfaces. Previously, I was fiddling with if_bridge bridging in a box (HP VLi8) with the built-in 3Com i/f (xl0) and an add-in PRO/1000 card (em0). That worked great. So I have now duplicated that config in a S

Re: if_bridge FreeBSD 6.0 on a Broadcom interface not working

2006-01-11 Thread Bruce Walker
David Leimbach wrote: x86 machine with FreeBSD 6 and using 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 bridge0 iface that I cre

Re: if_bridge FreeBSD 6.0 on a Broadcom interface not working

2006-01-06 Thread David Leimbach
On 1/6/06, Andrew Thompson <[EMAIL PROTECTED]> 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 is too > > far ahead of the vde one now] on an x86 machine with FreeBSD 6

Re: if_bridge FreeBSD 6.0 on a Broadcom interface not working

2006-01-06 Thread Andrew Thompson
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 is too > far ahead of the vde one now] on an x86 machine with FreeBSD 6 and using > if_bridge to connect the tap0 interface with xl0 w

if_bridge FreeBSD 6.0 on a Broadcom interface not working

2006-01-06 Thread David Leimbach
To whom it may concern. I've been using qemu with the vde port [until recently, the qemu port is too far ahead of the vde one now] on an x86 machine with FreeBSD 6 and using if_bridge to connect the tap0 interface with xl0 with great success. I tried to duplicate this configuration on a dual opte