After cloning a virtual machine running Ubuntu Server 10.04 found that it didn
’t have any network available.

Restarting networking gave: 
sudo /etc/init.d/networking restart * Reconfiguring network interfaces... eth0
: ERROR 

while getting interface flags: 
No such device SIOCSIFADDR: No such device eth0: ERROR 

while getting interface flags: 
No such device SIOCSIFNETMASK: No such device SIOCSIFBRDADDR: No such device 
eth0: ERROR 

while getting interface flags: 
No such device eth0: ERROR while getting interface flags: No such device 
Failed to bring up eth0. 

The problem lies in the fact that ethernet MAC addresses are cached. 
You need to remove a file to clear the cached value: 

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

After a restart of your server you should have networking back again.

相关文章:

  • 2021-12-18
  • 2022-02-02
  • 2021-06-11
  • 2021-09-27
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
  • 2022-02-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案