码迷,mamicode.com
首页 > 其他好文 > 详细

Device eth0 does not seem to be present, delaying initialization

时间:2015-11-05 00:50:16      阅读:271      评论:0      收藏:0      [点我收藏+]

标签:delaying initialization   vm network device eth0 does not seem to be present   

当你启动vm中的network时出现了这个错误:

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


解决方法是:

cat /etc/sysconfig/network-scripts/ifcfg-eth0

找到对应的HWADDR, 同时查看右键单击虚拟机,找到:

技术分享 

记下这个HWADDR,然后关闭VM,编辑这个vm修改MAC Address为刚才vm中出现的mac

然后重启vm

在service network restart

就可以了

 


本文出自 “苏兰网络” 博客,请务必保留此出处http://zhangfang526.blog.51cto.com/8588740/1709805

Device eth0 does not seem to be present, delaying initialization

标签:delaying initialization   vm network device eth0 does not seem to be present   

原文地址:http://zhangfang526.blog.51cto.com/8588740/1709805

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!