Linux网络启动问题:Device does not seem to be present解决办法
Linux Network Startup Problem: Device does not seem to be present to
在整虚拟机时候经常会遇到虚拟机拷贝,然而拷贝之后网络配置会遇到错误
Virtual machine copies are often encountered during the virtual machine, but there are errors in network configuration after copying.
service network restart启动网络时候提示如下错误:
The following errors were noted when the network was launched:
Device does not seem to be present
解决步骤
Settlement Steps
1、ifconfig -a 查看当前网卡
1, ifconfig-a view the current web card

2、修改网络配置文件,
2. Modifying the network profile,
在原来文件的基础上,修改网卡名称为DEVICE=eth1
Change the name of the card to DEVICE=eth1 on the basis of the original document
并且把UUID以及mac地址删掉
And delete UUID and Mac's address.
3、mv ifcfg-eth0 ifcfg-eth1
4、rm -rf /etc/udev/rules.d/70-persistent-net.rules
5、reboot重启
Reboot. Reboot.
重启完成后,再次service network start 成功启动!
Once the reboot is complete, the service network start is launched again successfully!
如有疑问请留言或者到本站社区交流讨论,感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
If you have any questions, please leave a message or go to the community. Thank you for reading. I hope it will help you. Thank you for your support!
注册有任何问题请添加 微信:MVIP619 拉你进入群

打开微信扫一扫
添加客服
进入交流群
发表评论