Pages

Tuesday, August 14, 2012

Rename Network Interfces

 To rename network interface
    vi /etc/udev/rules.d/70-persistent-net.rules

To modify name
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:11:22:33:44:55", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

No comments:

Post a Comment