From owner-freebsd-arm@freebsd.org Tue Nov 8 21:18:40 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 84592C374E5 for ; Tue, 8 Nov 2016 21:18:40 +0000 (UTC) (envelope-from punasipuli@t-online.de) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) (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 4C54D1F88 for ; Tue, 8 Nov 2016 21:18:39 +0000 (UTC) (envelope-from punasipuli@t-online.de) Received: from fwd05.aul.t-online.de (fwd05.aul.t-online.de [172.20.27.149]) by mailout02.t-online.de (Postfix) with SMTP id 4A27841AC31C for ; Tue, 8 Nov 2016 22:12:21 +0100 (CET) Received: from [192.168.10.43] (E2kXkvZEQhADVgfeVB9TIg74r5iL48WgLEKYrHG99kEJa9pamlpAyGkfr7V4oJYwcC@[86.56.56.128]) by fwd05.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1c4Dgk-3syLEe0; Tue, 8 Nov 2016 22:12:14 +0100 To: freebsd-arm From: diffusae Subject: How to change MAC address on RPI-B? Message-ID: <950d3edd-6b54-4935-ffec-bfcfbd257bb7@t-online.de> Date: Tue, 8 Nov 2016 22:12:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-ID: E2kXkvZEQhADVgfeVB9TIg74r5iL48WgLEKYrHG99kEJa9pamlpAyGkfr7V4oJYwcC X-TOI-MSGID: 004a2096-56ad-401e-99e9-d4908e4dbd4b 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: Tue, 08 Nov 2016 21:18:40 -0000 Hello! Does anyboy know how to change the MAC address on a Raspberry Pi with FreeBSD 11.0-STABLE? I've tried it this way in /etc/start_if.ue0: ifconfig ue0 down delete ifconfig ue0 promisc ifconfig ue0 ether 00:FF:CC:00:11:11 But it's only possible to do it in promicous mode of the device. Without there is no more network connection after applying these settings. It could be properly a bug due to the USB network driver. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=168268 Maybe there is another way, how with the Linux kernel command line or an config option, like this: smsc95xx.macaddr=00:FF:CC:00:11:11. Regards,