1. 程式人生 > >CentOS Linux解決Device eth0 does not seem to be present

CentOS Linux解決Device eth0 does not seem to be present

uuid mac地址 網卡啟動

在VMware裏克隆出來的CentOS Linux。。

ifconfig...沒有看到eth0.。然後重啟網卡又報下面錯誤。

故障現象:

service network restart
Shutting down loopback insterface: [ OK ]
Bringing up loopback insterface: [ OK ]

Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization. [FAILED]

技術分享

解決辦法:

1.刪除網卡eth0和eth1中的UUIDmac地址

2.清空/etc/udev/rules.d/70-persistent-net.rules文件中的mac地址和UUID

[[email protected] ~]#>/etc/udev/rules.d/70-persistent-net.rules

[[email protected] ~]# echo ">/etc/udev/rules.d/70-persistent-net.rules">>/etc/rc.local

[[email protected] ~]#


清空完這個文件內容後,如果再次setup進入修改網卡地址,網卡的

mac地址和UUID又會重新生成到/etc/udev/rules.d/70-persistent-net.rules中。因此如果需要編輯系統配置,最好進入配置文件修改,或者進入setup,修改完成後重復一清空二刪除操作。

如果不清除模板機的mac地址和UUID,克隆完會出現上面問題,導致網卡啟動不了。

最後,重啟網絡

# service network restart
或者

# /etc/init.d/network restart

正常了。


本文出自 “寫個博客騙錢” 博客,請務必保留此出處http://dadonggg.blog.51cto.com/12672150/1952542

CentOS Linux解決Device eth0 does not seem to be present