虚拟机管理软件:Oracle VirturalBox Manager 4.0.8

虚拟机:Ubuntu Server 10.10 i386

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

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://blog.csdn.net/xxd851116/article/details/6451082

相关文章:

  • 2021-06-29
  • 2022-12-23
  • 2021-11-14
  • 2022-02-17
  • 2021-10-28
  • 2021-08-21
  • 2022-12-23
  • 2021-10-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2021-12-27
  • 2021-11-26
  • 2021-11-01
相关资源
相似解决方案