From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#21019: ifconfig doesn't allow mac change for devices Date: Fri, 10 Jul 2015 19:13:12 -0400 Message-ID: <871tgfmws7.fsf_-_@netris.org> References: <30839489.567159.1436465766764.JavaMail.open-xchange@app2.ox.privateemail.com> <87twtc1rm2.fsf@gmail.com> <87zj33c43v.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDhUb-0002fX-TU for bug-guix@gnu.org; Fri, 10 Jul 2015 19:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDhUY-0007oq-Nk for bug-guix@gnu.org; Fri, 10 Jul 2015 19:14:05 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:45064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDhUY-0007om-KM for bug-guix@gnu.org; Fri, 10 Jul 2015 19:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZDhUX-0004Hl-KF for bug-guix@gnu.org; Fri, 10 Jul 2015 19:14:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Alfred M. Szmidt's message of "Fri, 10 Jul 2015 14:09:21 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: info@danieleparisi.me Cc: 21019@debbugs.gnu.org, alezost@gmail.com ams@gnu.org (Alfred M. Szmidt) writes: > That is correct, GNU ifconfig does not support setting the MAC > address. Guix also includes the 'iproute2' package, which includes a program called 'ip' that can do the same kinds of jobs as 'ifconfig'. I've successfully used it in the past to set the MAC address of my network devices. IIRC, the command would be something like this: ip link set address Mark