解决Linux中遇到No such device

2016-08-05 05:04:51 6851

虚拟机备份转移后,网络启动异常,提示“SIOCSIFADDR: No such device”

he problem lies in the fact that ethernet MAC addresses are cached. 

You need to remove a file to clear the cached value: 

问题是由于以太网MAC地址被缓存。 你需要删除一个文件来清除缓存值:

$ sudo rm /etc/udev/rules.d/70-persistent-net.rules 
$ reboot

重启后就恢复正常!


提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: