1. 程式人生 > >linux系統出現“Bring up interface etho”錯誤

linux系統出現“Bring up interface etho”錯誤

linux系統啟動網路服務出現以下兩個錯誤的情況:

1、​Bringing up interface eth0:  Device eth0 does not seem to be present, delaying initialization.

2、Bring up interface etho:Error :No suitable device found:no device found for connection ‘System etho’基本都是70-persistent-net.rules檔案和ifcfg-eth0檔案裡的mac地址(ATTR)或網端名稱(NAME)不一致。

解決方法:

       ​1、刪除rm  –rf  /etc/udev/rules.d/70-persistent-net.rules

       2、重啟系統 reboot

       3、開啟 /etc/udev/rules.d/70-persistent-net.rules,記錄mac地址(ATTR)和網端名稱(NAME)

4、開啟/etc/sysconfig/network-scripts/ifcfg-eth0,修改DEVICE和HWADDR,將其與70-persistent-net.rules的mac記錄和網端名稱保持一致。