根据这篇 AskUbuntu 帖子 (ifup eth0:未知主机) OP无法ping google.com他的答案是修改/etc/network/interfaces
如下:
auto enp0s2
iface enp0s2 inet dhcp
重新安装 16.04 后,Ubuntu 将以太网端口称为enp6s0
。那么我是否应该编辑/etc/network/interfaces
以显示上述内容,还是更改enp0s2
为enp6s0
?
根据这篇 AskUbuntu 帖子 (ifup eth0:未知主机) OP无法ping google.com他的答案是修改/etc/network/interfaces
如下:
auto enp0s2
iface enp0s2 inet dhcp
重新安装 16.04 后,Ubuntu 将以太网端口称为enp6s0
。那么我是否应该编辑/etc/network/interfaces
以显示上述内容,还是更改enp0s2
为enp6s0
?