From owner-freebsd-net Tue Jul 2 19:29:28 2002 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 7C7FE37B400 for ; Tue, 2 Jul 2002 19:29:24 -0700 (PDT) Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1670243E3D for ; Tue, 2 Jul 2002 19:29:24 -0700 (PDT) (envelope-from rizzo@iguana.icir.org) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g632TLC12417; Tue, 2 Jul 2002 19:29:21 -0700 (PDT) (envelope-from rizzo) Date: Tue, 2 Jul 2002 19:29:21 -0700 From: Luigi Rizzo To: Kenneth Ingham Cc: net@FreeBSD.ORG Subject: Re: bridge loop without physical loop Message-ID: <20020702192921.B12152@iguana.icir.org> References: <1025662074.50003.14.camel@Clarke.i-pi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1025662074.50003.14.camel@Clarke.i-pi.com>; from ingham@i-pi.com on Tue, Jul 02, 2002 at 08:07:54PM -0600 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org bridging is incompatible with cards which hear their own transmissions (~IFF_SIMPLEX). I am not sure if the "ep" is one of this kind. if you do an 'ifconfig' and you do not see the 'SIMPLEX' flag set for the card, then you can suspect that. I should probably put code in the bridging code to make sure that these cards are never enabled to do bridging. cheers luigi On Tue, Jul 02, 2002 at 08:07:54PM -0600, Kenneth Ingham wrote: > I'm having a problem where the bridging code seems to be doing weird > things. To eliminate the possibility of a real loop, the second > ethernet interface is connected to a hub with no machines on it. > However, I am still seeing messages like: > > Jun 30 16:24:48 zprime /kernel: -- loop (0) 00.60.97.88.38.68 to ed1 > from ep0 (active) > > Even weirder are these: > > Jun 30 15:31:46 zprime /kernel: arp: 00:60:97:8f:d5:92 is using my IP > address 66.120.218.4! > Jun 30 15:31:46 zprime /kernel: xx ouch, bdg_forward for local pkt > > Of special note is that 00:60:97:8f:d5:92 is the ethernet interface of > the second ethernet card (the one hooked to the empty hub). > > The two ethernet cards are: > ep0: <3Com Etherlink III 3C589> at port 0x240-0x24f irq 9 slot 1 on > pccard1 > ed1 at port 0x300-0x31f irq 9 flags 0x80000 slot 0 on pccard0 > (this is a Linksys 10/100 card) > > Any suggestions about what is going on here? > > -- > Kenneth Ingham > ingham@i-pi.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message