ubuntu 16.04找不到eth0的原因

前端之家收集整理的这篇文章主要介绍了ubuntu 16.04找不到eth0的原因前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

ifconfig -a


enp3s0


lo


自从15起,已经不叫eth0了,所以sudo nano /etc/network/interfaces中该这样添加

auto lo

iface lo inet loopback

auto enp3s0

iface enp3s0 inet dhcp*


=======================================

apt-get install ssh 安装服务器

service sshd start 启动服务

service ssh

service ssh status

原文链接:https://www.f2er.com/ubuntu/354682.html

猜你在找的Ubuntu相关文章