Linux CentOS 6 解决 Device eth0 does not seem to be present

一.故障现象:node

[root@c1node01 ~]# service network restartvim

Shutting down loopback insterface:                                                       [   OK  ]centos

Bringing up loopback insterface:                                                            [   OK  ]oop

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

 

解决办法:.net

[root@c1node01 ~]# rm -rf /etc/udev/rules.d/70-persistent-net.rulesrest

[root@c1node01 ~]# reboot ………………blog

[root@c1node01 ~]# service network restartip

Shutting down loopback insterface:                                                         [   OK   ]虚拟机

Bringing up loopback insterface:                                                              [   OK   ]

Bringing up interface eth0:                                                                     [   OK   ]

[root@c1node01 ~]#

 

二.另外一种方法

形成这样的缘由,是由于在虚拟机(Vmware)中移动了Centos系统对应的文件,致使从新配置时,网卡的MAC地址变了,输入ifconfig -a,找不到eth0

······

 

安装完一个centos虚拟机,又拷贝一份,开机后网卡没法正常启动,报错:Device eth0 does not seem to be present,

delaying initialization

 

解决:# mv /etc/sysconfig/network-scripts/ifcfg-eth0

sysconfig/network-scripts/ifcfg-eth1

 

vim

sysconfig/network-scripts/ifcfg-eth1

修改DEVICE="eth0"

为DEVICE="eth1"

可删掉uuid、物理地址

而后重启启动网卡尝试下

 

原文地址:https://blog.csdn.net/xiaobei4929/article/details/40515247

相关文章
相关标签/搜索