From owner-freebsd-net@FreeBSD.ORG Sat Mar 17 17:23:02 2012 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2597C1065673 for ; Sat, 17 Mar 2012 17:23:02 +0000 (UTC) (envelope-from jhellenthal@dataix.net) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id CCEBC8FC16 for ; Sat, 17 Mar 2012 17:23:01 +0000 (UTC) Received: by iahk25 with SMTP id k25so9750051iah.13 for ; Sat, 17 Mar 2012 10:23:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dataix.net; s=rsa; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=LasljX6HnKAcsV1Q+efZFJy0FeFJ50OBplogz8GfxJk=; b=FqL6b+Xr9qyoyif+ZnQgNxWE3VI5uyTNaAv6odP1dGynMGfvoWYrE0NQDeozGcUlXh Si1mI7dWlNEb2ZFd97mrj1X5AV/RI0EhFGqyBcG3rWGhfMsdph6m0rkBseHC7xpH0rVV dW479K/8yhyWSyeAE8o7SsgZZpdy5WUAHrkeY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-gm-message-state; bh=LasljX6HnKAcsV1Q+efZFJy0FeFJ50OBplogz8GfxJk=; b=D9ACDomMrc1dWG5zwkHRMO53jqsHqKt6b1IKpS5+xyN+dPVT7YBIH0Sg+0BAbC84sV 9Ol8Es2+RG/0826DBht7OowN+SnU0SIalkjxdOfn8WgNESr9/nYety2/B7qW44mpqiNL TzTx4pAl3FS+FH4BQQSRYLM0xp5jUVxa8aXtwTrQE2VJwAWM+juTuGF6ixXpdjAzKYDB 6nDtwIl/+H33Dsu9nw0JTvad4KXgTu42MRdA3yHY/Efsr1M9Yd4ddnFiSRW4d727yR2N NGN4d9voTzPRTHxqJ1gnHB6gEPb7icwNf2CujdKINVP+wiaZxFOFKYplrwyUgZbhy1tM RnlQ== Received: by 10.50.185.230 with SMTP id ff6mr2166378igc.70.1332004981273; Sat, 17 Mar 2012 10:23:01 -0700 (PDT) Received: from DataIX.net ([99.112.214.41]) by mx.google.com with ESMTPS id b11sm3171077igq.7.2012.03.17.10.23.00 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 17 Mar 2012 10:23:00 -0700 (PDT) Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.5/8.14.5) with ESMTP id q2HHMw4W093404 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 17 Mar 2012 13:22:58 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Received: (from jhellenthal@localhost) by DataIX.net (8.14.5/8.14.5/Submit) id q2HHMrxM092505; Sat, 17 Mar 2012 13:22:53 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Date: Sat, 17 Mar 2012 13:22:53 -0400 From: Jason Hellenthal To: Oliver Lehmann Message-ID: <20120317172253.GB86699@DataIX.net> References: <20120317172227.Horde.tDn5QKQd9PdPZLpDyq9bvcA@avocado.salatschuessel.net> <20120317174535.Horde.ILH5KKQd9PdPZL_v0g67vcA@avocado.salatschuessel.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120317174535.Horde.ILH5KKQd9PdPZL_v0g67vcA@avocado.salatschuessel.net> X-Gm-Message-State: ALoCoQkY0EJxk2GqZT2h6cS79YGthmVuWaBCOBYLUUKTuO/z6XB3XihXAux9iFPbNiIIY16W9KLa Cc: net@freebsd.org Subject: Re: invalid MAC addresses? 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, 17 Mar 2012 17:23:02 -0000 On Sat, Mar 17, 2012 at 05:45:35PM +0100, Oliver Lehmann wrote: > 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 > > [...] > > So I wonder what is wrong with this MAC Address that FreeBSD > > does not like it? :( > > by the way... my dmesg is spammed with: > > in_arp: source hardware address is multicast > I take my last reply back. It appears after some googling that MAC address "ed:0b:00:00:e0:00" there are problems all over the place with that BIOS update you applied. Only answer I see at first glance is reverting to the previous BIOS revision. -- ;s =;