Date: Fri, 17 Feb 2006 09:00:16 -0500 From: Chuck Swiger <cswiger@mac.com> To: Thomas Franck <TAFranck@gmx.net> Cc: freebsd-stable@freebsd.org Subject: Re: 2 NICs, SMP, weird kernel ARP messages Message-ID: <43F5D6F0.8030609@mac.com> In-Reply-To: <43F5E134.2791.13277DF@TAFranck.gmx.net> References: <43F5C931.26653.D4AD6F@TAFranck.gmx.net> <43F5E134.2791.13277DF@TAFranck.gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Thomas Franck wrote: > On 17 Feb 2006 at 8:07, Chuck Swiger wrote: [ ... ] > Isn't the request broadcast and the reply MAC addressed? ARPOP_REQUESTs are made to the all-ones broadcast MAC address, and ARPOP_REPLYs go back addressed to the sender's MAC. FreeBSD notes when ARP traffic is seen which indicates that a MAC is moving being on one NIC to another. > if I'm right on that, the "problem" (it's more cosmetic, really) > shouldn't have happened, right..? > > (at the moment the net looks like that: > > {FreeBSD} > | | > [sw1] [sw2] > | | > [switch3] > | | | > | | {me} > | > [router] > > the switch3 will be VLAN'ed again and properly connected once > the firewall is back..) Unless you take special measures (ng_fec?), one does not normally connect two NICs on one machine to the same collision domain. By default, some other hardware (like Suns), will even use the same MAC address for every NIC on the machine.... -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43F5D6F0.8030609>