1.,查找不到eth0
2.修改/etc/network/interface
发现没有eth0网卡信息
添加如下
autho eth0 iface eth0 inet dhcp
执行
sudo /etc/init.d/networking restart
依然没有显示IPV4地址
sudo dhclient eth0