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地址。

完成。




發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章