From owner-freebsd-net@FreeBSD.ORG Sat Mar 17 18:00:27 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 340BD106564A for ; Sat, 17 Mar 2012 18:00:27 +0000 (UTC) (envelope-from ddesimone@verio.net) Received: from relay1-bcrtfl2.verio.net (relay1-bcrtfl2.verio.net [131.103.218.142]) by mx1.freebsd.org (Postfix) with ESMTP id C4B7E8FC12 for ; Sat, 17 Mar 2012 18:00:26 +0000 (UTC) Received: from iad-wprd-xchw01.corp.verio.net (iad-wprd-xchw01.corp.verio.net [198.87.7.164]) by relay1-bcrtfl2.verio.net (Postfix) with ESMTP id C1E6FB038115 for ; Sat, 17 Mar 2012 13:38:14 -0400 (EDT) Thread-index: Ac0EZLrhkP8b6hb+QEmEKQ0f4a4DbA== Received: from hometx-733b1p1.corp.verio.net ([10.144.2.53]) by iad-wprd-xchw01.corp.verio.net over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 17 Mar 2012 13:38:13 -0400 Received: by hometx-733b1p1.corp.verio.net (sSMTP sendmail emulation); Sat, 17 Mar 2012 12:38:12 -0500 Date: Sat, 17 Mar 2012 12:38:12 -0500 From: "David DeSimone" To: Message-ID: <20120317173811.GI6640@verio.net> Content-Transfer-Encoding: 7bit Mail-Followup-To: freebsd-net@freebsd.org References: <20120317172227.Horde.tDn5QKQd9PdPZLpDyq9bvcA@avocado.salatschuessel.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Content-class: urn:content-classes:message In-Reply-To: <20120317172227.Horde.tDn5QKQd9PdPZLpDyq9bvcA@avocado.salatschuessel.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4913 Importance: normal Priority: normal Precedence: bulk User-Agent: Mutt/1.5.20 (2009-12-10) X-OriginalArrivalTime: 17 Mar 2012 17:38:13.0158 (UTC) FILETIME=[BA3F8C60:01CD0464] Subject: Re: invalid MAC addresses? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2012 18:00:27 -0000 Oliver Lehmann wrote: > > when I update the BIOS of my new AM3+ Mainboard, The MAC address of > my re0 card gets changed from c8:60:00:60:3b:c6 to ed:0b:00:00:e0:00 > With this change, no communication with any other FreeBSD system is > possible. The mac address ed:0b:00:00:e0:00 is a multicast mac (first octet has bit 1 set), which means it is not suitable for use with a unicast IP. Other systems when they see your ARP reply with a multicast mac, are going to treat this as an error, and ignore your ARP. You could work around the problem by forcing the mac to something else, (such as 22:44:66:11:22:33) and then other systems will believe that the mac is acceptable for unicast. However, it's clear that your NIC's eeprom has been programmed with an incorrect mac setting, which it sounds like you are already trying to fix. -- David DeSimone == Network Admin == fox@verio.net "I don't like spinach, and I'm glad I don't, because if I liked it I'd eat it, and I just hate it." -- Clarence Darrow This email message is intended for the use of the person to whom it has been sent, and may contain information that is confidential or legally protected. If you are not the intended recipient or have received this message in error, you are not authorized to copy, distribute, or otherwise use this message or its attachments. Please notify the sender immediately by return e-mail and permanently delete this message and any attachments. Verio, Inc. makes no warranty that this email is error or virus free. Thank you.