ubuntu server运行ip link show eth0提示Device "eth0" doesn't exit
发表于 : 2012-06-12 19:31
在Ubuntu server中运行如下命令
cat /etc/network/interfaces
结果:
auto lo iface to loopback
auto eth0 iface eth0 inet static
运行
ip link show eth0
结果:
Device "eth0 " does not exit
为什么?请高手指导!
cat /etc/network/interfaces
结果:
auto lo iface to loopback
auto eth0 iface eth0 inet static
运行
ip link show eth0
结果:
Device "eth0 " does not exit
为什么?请高手指导!