如何在 Ubuntu 11.10 上设置互联网连接?

如何在 Ubuntu 11.10 上设置互联网连接?

我今天安装了 Ubuntu 11.10。我曾多次安装 Ubuntu,但又因为无法连接到互联网而卸载了它。我尝试在 Ubuntu 中配置 DSL,但失败了。我配置了有线连接,并连接上了。然后当我连接到 DSL 时,有线连接断开了。这非常令人困惑:什么是有线连接,什么是 DSL?我的 Windows 网络设置看起来像图中的设置。请有人帮我在 Ubuntu 中配置它。

这是我用来连接网络的拨号器设置。

这是我的 LAN 设置。

这是 ifconfig 的输出

rakz@ubuntu:~$ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:e0:4d:c2:30:7e  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:41 Base address:0xa000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:64 errors:0 dropped:0 overruns:0 frame:0
          TX packets:64 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:5120 (5.1 KB)  TX bytes:5120 (5.1 KB)

这是 cat /etc/network/interfaces 的输出

    auto lo
iface lo inet loopback


iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
provider dsl-provider

auto eth0
iface eth0 inet manual

答案1

在编辑连接中,确保连接名称为自动(eth0),即 ethzero-MTU 设置为自动-IPv4 设置为方法:自动(DHCP),两个框都勾选 1.需要 IP4 寻址才能完成此连接,和 2.可供所有用户使用,在 IPv6 设置中,确保方法:设置为忽略,并勾选可供所有用户使用的框。

相关内容