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

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

2011-05-27 22:26 627 查看
虚拟机管理软件:Oracle VirturalBox Manager 4.0.8

虚拟机:Ubuntu Server 10.10 i386



The 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
重启给您惊喜!

参考:http://hi.baidu.com/gottwolf/blog/item/0e01c51c5f83eb8586d6b603.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐