centos虚拟机复制后网络重启出错解决

参考:http://blog.csdn.net/xluren/article/details/38986667

执行service network restart后出现如下错误

FAILED:

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

产生原因

Bringing up interface eth0:  Device eth0 does not seem to be present, delaying initialization.产生原因一般是由于在linux下的虚拟机的修改,clone等操作。

解决方法:

1.修改Centos虚拟机克隆机的HWADDR为ifconfig -a的MAC地址 
形如:HWADDR=00:0C:29:90:A7:23,编辑ifcfg-eth0文件,将HWADDR值改为ifconfig -a中对应的mac地址,如下:

[root@c1node01 ]# vi /etc/sysconfig/network-scripts/ifcfg-eth0


2.然后再做以下操作 

[root@c1node01 ~]# rm -rf /etc/udev/rules.d/70-persistent-net.rules 
[root@c1node01 ~]# reboot 
……………… 
[root@c1node01
~]# service network restart Shutting down loopback insterface: [ OK ] Bringing up loopback insterface: [ OK ] Bringing up interface eth0: [ OK ]

 

转载于:https://www.cnblogs.com/wrencai/p/4245258.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值