首页 > 其他 > 详细

重启网卡提示Bringing up interface eth0:

时间:2020-07-30 20:58:15      阅读:65      评论:0      收藏:0      [点我收藏+]

当我们克隆centos虚拟机无法正常获取IP地址,重启网卡

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

 

1.这是因为克隆的机器没有正确的mac,UUID信息冲突导致的,首先将/etc/udev/rules.d/70-persistent-net.rules文件清空

 

2.rm -f /etc/udev/rules.d/70-persistent-net.rules文件删除(或者重命名):cat /etc/udev/rules.d/70-persistent-net.rules

 

3.然后将网卡配置文件/etc/sysconfig/network-scripts/ifcfg-eth0的uuid和hwaddr这两行删除

 

4.执行reboot命令,重启系统,就可以了。

重启网卡提示Bringing up interface eth0:

原文:https://www.cnblogs.com/M-98k/p/13405533.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!