[[udev]]
 

udev

reload rules

udevadm control --reload-rules

Network Adapters

Check this file:
/etc/udev/rules.d/70-persistent-net.rules

vmware trick for persistent nic names

in: /etc/udev/rules.d/70-persistent-net.rules do something like

# PCI device 0x1022:0x2000 (pcnet32)
SUBSYSTEM=="net", DRIVERS=="?*", KERNELS=="0000:00:11.0", NAME="eth0"

# PCI device 0x1022:0x2000 (pcnet32)
SUBSYSTEM=="net", DRIVERS=="?*", KERNELS=="0000:00:12.0", NAME="eth1"


Note that in KERNELS is the lspci for the nic.
udev.txt · Last modified: 2011/03/04 00:55 by 127.0.0.1
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki