天天看點

Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization

執行 service network restart  出現了網卡無法啟動,說找到不到

bringing up interface eth0: device eth0 does not seem to be present, delaying initialization

解決辦法:

1》 修改/etc/udev/rules.d/70-persistent-net.rules檔案,删除或注釋掉第一個網卡記錄,并将第二個的name="eth1"改為name="eth0"

2》 如果在/etc/sysconfig/network-scripts/ifcfg-eth0中有配置網卡資訊的話,如:#hwaddr="00:0c:29:c8:1a:92",将其注釋。

3》 service network restart