您的位置:首页 > 理论基础 > 计算机网络

Linux网络启动 :Device does not seem to be present

2017-08-07 22:27 344 查看
在整虚拟机时候经常会遇到虚拟机拷贝,然而拷贝之后网络配置会遇到错误

service network restart启动网络时候提示如下错误:

Device does not seem to be present







解决步骤

1、ifconfig -a 查看当前网卡






2、修改网络配置文件,

vi /etc/sysconfig/network-scripts/ifcfg-eth0

在原来文件的基础上,修改网卡名称为DEVICE=eth1

并且把UUID以及mac地址删掉

3、mv ifcfg-eth0 ifcfg-eth1

4、rm -rf /etc/udev/rules.d/70-persistent-net.rules

5、reboot重启

重启完成后,再次service network start 成功启动!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐