我在使用 Ubuntu 14.04。以前,我习惯点击顶部栏中的两个箭头,然后正确的“有线连接”就会显示在菜单中。
但最近,当我点击两个箭头网络图标时,“有线连接”不再显示。尽管 /sbin/ifconfig 和连接都正常,但情况仍然如此。eth0 获得动态 IP 地址。
我怎样才能让“有线连接”重新回到菜单中?谢谢。
- - - - - - - 编辑
以前,我以为这是因为我引入了硬件防火墙,但这与此更改无关
答案1
其实我有这个
user@machine:/etc/network$ more interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dns
如果我删除这个:
auto eth0
iface eth0 inet dns
有用。