From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 23:06:09 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 691B6106564A for ; Mon, 24 Jan 2011 23:06:09 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 1B1678FC17 for ; Mon, 24 Jan 2011 23:06:08 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.186]) by mail.unitedinsong.com.au (Postfix) with ESMTP id E52C65C45 for ; Tue, 25 Jan 2011 09:13:12 +1000 (EST) Message-ID: <4D3E0529.8090404@herveybayaustralia.com.au> Date: Tue, 25 Jan 2011 09:03:05 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20101227 Thunderbird/3.0.11 ThunderBrowse/3.3.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20110123023834.19098.qmail@joyce.lan> <4D3D9CBC.7060700@herveybayaustralia.com.au> <4D3DC87E.1010400@blakemfg.com> In-Reply-To: <4D3DC87E.1010400@blakemfg.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Changing the MAC address on a LAN adapter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 23:06:09 -0000 On 01/25/11 04:44, Fred wrote: > Da Rock wrote: >> On 01/25/11 01:14, Paul B Mahol wrote: >>> On Sun, Jan 23, 2011 at 3:47 PM, John R. Levine wrote: >>>>>> Is this a known problem? As far as I know, it's supposed to work. >>>>> How you change MAC address? With "ether" command? >>>> # ifconfig em0 ether 01:17:a4:8f:04:5d >>> Well, if it does not work it can be driver bug. >>> >>> In iwn case try to set MAC address of iwn before creating wlan or >>> you will need to set same MAC on wlanX and iwn. >> Actually I can confirm that. I use lagg for failover, and I remember >> now you have to set the 'real' interface to the MAC of the other lagg >> member, not a 'psuedo-device' or it won't work. Same principle >> applies here. >> >> HTH >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> >> > Ethernet MAC addresses are assigned by the manufacturer of the > equipment. Each unit gets a unique address which generally can't be > changed and shouldn't be changed. The manufacturer buys a block of > addresses from the IEEE. > > Best regards, > Fred Yes, but for lagg to work both adapters need the same MAC- otherwise routing wouldn't work properly (long story short). BTW, my wifi is iwn and I have had no trouble.