首页 > Web开发 > 详细

Device eth0 does not seem to be present, delaying initialization: Linux Networking

时间:2017-10-27 11:13:55      阅读:278      评论:0      收藏:0      [点我收藏+]

copy centos 报错 Device eth0 does not seem to be present, delaying initialization: Linux Networking

 

# rm /etc/udev/rules.d/70-persistent-net.rules

 

#nano /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE=eth1
TYPE=Ethernet
#UUID=10e89f5c-6068-4386-b102-46b2312979df
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
#HWADDR=08:00:27:86:2D:8A
IPADDR=192.168.0.xx
PREFIX=24
GATEWAY=192.168.0.1
DNS1=8.8.8.8
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth1"

 

Device eth0 does not seem to be present, delaying initialization: Linux Networking

原文:http://www.cnblogs.com/tonnytong/p/7741974.html

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