¿How can stop network interfaces from switching names? I try the udev way (
http://forum.vectorlinux.com/index.php?topic=979.0) and create the: /etc/udev/rules.d/network-devices.rules, with=
KERNEL=="eth?", SYSFS{address}=="00:xx:15:xx:CE:xx", NAME="eth0"
KERNEL=="eth?", SYSFS{address}=="00:xx:xx:E0:69:xx", NAME="eth1"
Dont work, then create: 90-local.rules with the same=
KERNEL=="eth?", SYSFS{address}=="00:xx:15:xx:CE:xx", NAME="eth0"
KERNEL=="eth?", SYSFS{address}=="00:xx:xx:E0:69:xx", NAME="eth1"
Dont work.
Running "/lib/udev/nethelper.sh"
Interface not supported
Dont work.
¿What im doing wrong?
Thanks.