[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#21019: ifconfig doesn't allow mac change for devices
From: |
Mark H Weaver |
Subject: |
bug#21019: ifconfig doesn't allow mac change for devices |
Date: |
Fri, 10 Jul 2015 19:13:12 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
address@hidden (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 <device> address <mac-addr>
Mark