码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2017-10-27 11:31:47      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:sysconfig   span   type   fail   etc   centos   network   eth   dns   

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

标签:sysconfig   span   type   fail   etc   centos   network   eth   dns   

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

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