From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 01:32:24 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26E8C537 for ; Tue, 8 Apr 2014 01:32:24 +0000 (UTC) Received: from www81.your-server.de (www81.your-server.de [213.133.104.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB55B1E6A for ; Tue, 8 Apr 2014 01:32:23 +0000 (UTC) Received: from [188.108.225.242] (helo=michael-think) by www81.your-server.de with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1WXKTy-0005tv-KP; Tue, 08 Apr 2014 03:05:46 +0200 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-questions@freebsd.org, "Mike Jeays" Subject: Re: MAC address changed References: <20140407201832.5f89976b@europa> Date: Tue, 08 Apr 2014 03:05:40 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michael Ross" Message-ID: In-Reply-To: <20140407201832.5f89976b@europa> User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-Sender: gmx@ross.cx X-Virus-Scanned: Clear (ClamAV 0.97.8/18753/Mon Apr 7 19:40:15 2014) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 01:32:24 -0000 On Tue, 08 Apr 2014 02:18:32 +0200, Mike Jeays wrote: > More hardware related than FreeBSD - I have an old Pentium 4 with > a Realtek network card, that I use for backups. I had a power failure > yesterday, and on reboot, the MAC address on the card has changed from > 00:e0:18:94:55:89 > to > 00:e0:18:94:e0:89 > > Anyone have an explanation for this surprising behaviour? RealTek has produced really bad cards for a while, you may have one of those ( especially if it is from the Pentium 4 days ). http://www.fefe.de/linuxeth/realtek.txt ( from 2001 ) "For example RealTeks tend to change their MAC-Address wihtout motivation." I've never noticed MAC changes, but I've had bad performance problems with 8139 cards -- maxing out at ~70MBit. Best to use another one, really. Michael