首页 > 其他 > 详细

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

时间:2015-09-18 21:57:09      阅读:335      评论:0      收藏:0      [点我收藏+]

跑 service network restart  NIC出现无法启动,他说,没有发现

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

解决的方法:

1》 改动/etc/udev/rules.d/70-persistent-net.rules文件,删除或凝视掉第一个网卡记录,并将第二个的NAME="eth1"改为NAME="eth0"
2》 假设在/etc/sysconfig/network-scripts/ifcfg-eth0中有配置网卡信息的话,如:#HWADDR="00:0C:29:C8:1A:92"。将其凝视。
3》 service network restart



版权声明:本文博主原创文章,博客,未经同意不得转载。

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

原文:http://www.cnblogs.com/bhlsheji/p/4820304.html

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