1. 程式人生 > >重啟網絡卡提示Bringing up interface eth0

重啟網絡卡提示Bringing up interface eth0

當我們克隆centos虛擬機器無法正常獲取IP地址,重啟網絡卡也提示Bringing up interface eth0:  Device eth0 does not seem to be present,delaying initialization.                    [FAILED]:

該如何解決呢,今天為大家演示解決過程:

1、重啟網絡卡提示Bringing up interface eth0:  Device eth0 does not seem to be present,delaying initialization.                    [FAILED]:

2、這是因為克隆的機器沒有正確的mac,UUID資訊衝突導致的,首先將/etc/udev/rules.d/70-persistent-net.rules檔案清空:

3、rm -f /etc/udev/rules.d/70-persistent-net.rules檔案刪除(或者重新命名):cat /etc/udev/rules.d/70-persistent-net.rules

4、然後將網絡卡配置檔案/etc/sysconfig/network-scripts/ifcfg-eth0的uuid和hwaddr這兩行刪除:

5、執行reboot命令,重啟系統

6、這時重啟網絡卡就能正常重啟了:/etc/init.d/network restart

7、檢視主機IP地址,正常獲取:ip add