------- Comment From [email protected] 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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1437375

Title:
  Adding "Austin" adapter to Ubuntu partition take over system network
  interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/1437375/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to