Comment 9 for bug 1437375

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2015-04-14 13:35 EDT-------
The workaround for this bug is basically one of the three:

a) add a persistent rule for eth0 in etc/udev/rules.d/70-persistent-net.rules, as:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="4c:45:42:45:01:04", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

b) force localy-administered MACs interfaces to have persistency, removing the following line /lib/udev/rules.d/75-persistent-net-generator.rules.

ENV{MATCHADDR}=="?[2367abef]:*", ENV{MATCHADDR}=""

c) Changing the mac address of the interface, as ip link set dev interface address XX:XX:XX:XX:XX:XX