故障描述:
#ifup eth0
Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization.
解决方法:
#cat /etc/udev/rules.d/70-persistent-net.rules
记录下eth1的mac地址
#vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE改为eth1
HWADDR改为复制的mac
再次ifup eth0
启动成功
udev相关知识
http://www.ibm.com/developerworks/cn/linux/l-cn-udev/
原文地址:http://87453343.blog.51cto.com/8606892/1714673