标签:interface network service linux 虚拟机
2017/6/15
虚拟机安装的redhat不能上网,使用用service network restart 提示
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: Error: No suitable device found: no device found for connection ‘ System eth0′.[FAILED]
解决办法:
1、去看ifcfg-eth0文件中的HWADDR是否正确,改成正确的HWADDR。
2、删除/etc/udev/rules.d/70-persistent-net.rules文件,重启系统。
本文出自 “11363482” 博客,请务必保留此出处http://11373482.blog.51cto.com/11363482/1936912
标签:interface network service linux 虚拟机
原文地址:http://11373482.blog.51cto.com/11363482/1936912