Linux网络启动问题:Device does not seem to be present解决办法
程序员文章站
2023-11-14 16:21:34
linux网络启动问题:device does not seem to be present解决办法
在整虚拟机时候经常会遇到虚拟机拷贝,然而拷贝之后网络配置会遇到错误...
linux网络启动问题:device does not seem to be present解决办法
在整虚拟机时候经常会遇到虚拟机拷贝,然而拷贝之后网络配置会遇到错误
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 成功启动!
如有疑问请留言或者到本站社区交流讨论,感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
推荐阅读
-
Linux网络启动问题:Device does not seem to be present解决办法
-
虚拟机复制的linux无法联网,解决Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization.
-
虚拟机复制的linux无法联网,解决Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization.
-
Linux RedHat下解决“Device eht0 does not seem to be present, delay nitialzation”报错问题
-
Linux网络启动问题:Device does not seem to be present解决办法
-
Linux RedHat下解决“Device eht0 does not seem to be present, delay nitialzation”报错问题