Device eth0 does not seem to be present, delaying initialization

Device eth0 does not seem to be present, delaying initialization
 
重启系统网卡启动不起来,
service network restart
提示:
Device eth0 does not seem to be present, delaying initialization

解决方法:

修改 /etc/udev/rules.d/70-persistent-net.rules
# PCI device 0x8086:0x100f (e1000)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:29:af:d2:b2", ATTR{type
}=="1", KERNEL=="eth*", NAME="eth1"
记下mac地址 修改eth1为eth0

修改/etc/sysconfig/network-scripts/ifcfg-eth0的mac地址为 00:0c:29:af:d2:b2


重启系统。


获得ip地址。

完成。




你可能感兴趣的:(重启,重启系统网卡,系统网卡)