From owner-freebsd-arm@freebsd.org Thu Nov 10 18:40:35 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E419C3862E for ; Thu, 10 Nov 2016 18:40:35 +0000 (UTC) (envelope-from punasipuli@t-online.de) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11F469C7 for ; Thu, 10 Nov 2016 18:40:34 +0000 (UTC) (envelope-from punasipuli@t-online.de) Received: from fwd08.aul.t-online.de (fwd08.aul.t-online.de [172.20.26.151]) by mailout01.t-online.de (Postfix) with SMTP id 96960426063F for ; Wed, 9 Nov 2016 22:06:26 +0100 (CET) Received: from [192.168.10.43] (VrcMLBZHohEVYDAG5K5IyFKpfXIS1JPrR3xfl7VBGdE9HMRr91xSfamrKgKSW4+QhL@[86.56.56.128]) by fwd08.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1c4a4Z-1zsX200; Wed, 9 Nov 2016 22:06:19 +0100 Subject: Re: How to change MAC address on RPI-B? References: <005701d23a7d$71400630$53c01290$@Kitz@xs4all.nl> To: freebsd-arm@freebsd.org From: diffusae Message-ID: <0f3e4d38-fa61-c4ec-0754-bd5ed681aa96@t-online.de> Date: Wed, 9 Nov 2016 22:06:19 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <005701d23a7d$71400630$53c01290$@Kitz@xs4all.nl> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-ID: VrcMLBZHohEVYDAG5K5IyFKpfXIS1JPrR3xfl7VBGdE9HMRr91xSfamrKgKSW4+QhL X-TOI-MSGID: 96b090b1-306b-40f3-b6bb-65e5690f0fb7 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2016 18:40:35 -0000 Hi, thanks a lot for your help. On 09.11.2016 12:35, John W. Kitz wrote: > I saw a couple of emails whizz by, which discussed how to override the > burned in MAC address (BIA) on an RPI-B. Do you saw them at this mailing list? Maybe I should have a look into the archive? > techniques, i.e. overriding the BIA of a NIC and configuring a NIC into > promiscuous mode, was made while such a dependency does not or at least, to > the best of my knowledge, should not exist. That's true, if you try this in Linux, you could use one of both techniques. You can override the MAC on boot or set the MAC on runtime. And this works on the fly. > have a NIC consider frames that aren't destined for the NIC's BIA address as > if they were, so I doubt that such a need exists today. Normally you shouldn't use the promiscuous mode for this. You only need it, if you use some kind of sniffing software for the whole network traffic, etc. Best regards,