ubuntu下找不到eth0

1.,查找不到eth0

2.修改/etc/network/interface

发现没有eth0网卡信息

添加如下

autho eth0
iface eth0 inet dhcp

执行

sudo /etc/init.d/networking restart

依然没有显示IPV4地址

 执行

sudo dhclient eth0

 

posted @ 2018-05-04 11:31  _H0f  阅读(1074)  评论(0编辑  收藏  举报