安装 xen interface eth0 does not exist的问题


interface eth0 does not exist的问题成功解决

第一种可能:内核中没有网卡驱动导致找不到网卡

可以试试这个方法
http://hily.me/blog/2008/11/gentoo-eth0-does-not-exist/


第二种可能:网卡名称改变,可以用ifconfig eth1 up或eth2 试试

借鉴这个
http://www.linuxsir.org/bbs/printthread.php?t=294230

本人实例:
本人在虚拟机上装了LFS6.3的linux一切OK,后来换了一台计算机,居然找不到网卡,显示“interface eth0 does not exist”,但是虚拟机的网卡都是一样的,怎么会出现这种情况呢?原来是网卡的不同在linux中有了不同的命名,所以被改成eth2了,用ifconfig eth2 up就好了,哈哈。

In a terminal (console) type the following and paste the result along with your card information:

Code:
dmesg | grep eth0

你可能感兴趣的:(虚拟机,linux,UP,interface,Terminal,xen)