|
|

楼主 |
发表于 2007-7-18 22:50:48
|
显示全部楼层
Post by Thruth
/etc/udev/rules.d/30-net_persistent_names.rules
改这个文件才对
里面的内容是这样的,是不是只要直接删除后面的就可以了?
SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:11:23:55:46:65", IMPORT="/lib/udev/rename_netiface %k eth0"
SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:21:f4:12:3d:2f", IMPORT="/lib/udev/rename_netiface %k eth1"
SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:21:f4:12:3d:2f", IMPORT="/lib/udev/rename_netiface %k eth2"
SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:21:f4:12:3d:2f", IMPORT="/lib/udev/rename_netiface %k eth3" |
|