解决虚拟机安装 Linux 移植到别处网卡起不来的问题

ERROR while getting interface flags: No such device

I've been doing some experiments with VMWare Server and Ubuntu Server. After copying a VM all the NICs from the new VM disappeared (kept getting "ERROR while getting interface flags: No such device" when I did ifup eth0. I found the solution here.

From http://ephemeralvalue.com/?p=23:

"

Cloning Ubuntu Server 7.10 on VMware ESX

After cloning a virtual machine running Ubuntu Server 7.10 I 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.

I also had to edit the following files to change the static ip addresses and hostname:

  • /etc/hosts - change ip address and hostnames
  • /etc/hostname - change hostname
  • /etc/network/interfaces - change ip address

转载于:https://www.cnblogs.com/1327/archive/2009/06/16/1504537.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值