LINUX.ORG.RU

История изменений

Исправление Lifun, (текущая версия) :

файла /etc/udev/rules.d/80-net-setup-link.rules нет, но в текущих инсталляциях есть файл /etc/udev/rules.d/70-persistent-net.rules

$ cat /etc/udev/rules.d/70-persistent-net.rules 
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.

# PCI device 0x8086:0x15a1 (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="78:24:af:3a:7d:f0", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

Исходная версия Deleted, :

файла /etc/udev/rules.d/80-net-setup-link.rules нет, но в текущих инсталляциях есть файл /etc/udev/rules.d/70-persistent-net.rules
[code]$ cat /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.

# PCI device 0x8086:0x15a1 (e1000e)
SUBSYSTEM==«net», ACTION==«add», DRIVERS=="?*", ATTR{address}==«78:24:af:3a:7d:f0», ATTR{dev_id}==«0x0», ATTR{type}==«1», KERNEL==«eth*», NAME=«eth0»[/code]