无法在 12.10 安装中解析 DNS

无法在 12.10 安装中解析 DNS

我对 Ubuntu 的网络非常陌生,所以我已经为这个问题苦苦挣扎了好几个小时。我正在运行全新安装的 Ubuntu 12.10,使用无线连接时无法解析 DNS。我按照我在谷歌上找到的许多解决方案操作,但仍然无法正常工作。我尝试添加 Google 名称服务器,但没有帮助。我还尝试通过网络管理器添加静态名称服务器,但同样没有成功。当我在命令行中/etc/resolv.conf输入时,我得到以下内容。ifcongig -a

eth0      Link encap:Ethernet  HWaddr 00:26:2d:7f:ea:7c  
          UP 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:16 

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:247 errors:0 dropped:0 overruns:0 frame:0
          TX packets:247 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:22898 (22.8 KB)  TX bytes:22898 (22.8 KB)

wlan0     Link encap:Ethernet  HWaddr 70:1a:04:e9:3a:4b  
          inet addr:10.0.0.28  Bcast:10.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::721a:4ff:fee9:3a4b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:121 errors:0 dropped:0 overruns:0 frame:0
          TX packets:403 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:41374 (41.3 KB)  TX bytes:38438 (38.4 KB)

我的/etc/resolv.conf当前样子是这样的:

nameserver 8.8.8.8
nameserver 8.8.4.4

这样做dig google.com我得到了:

; <<>> DiG 9.8.1-P1 <<>> google.com
;; global options: +cmd
;; connection timed out; no servers could be reached

在 上ping -c 10 8.8.8.8,我得到:

PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 10.0.0.28 icmp_seq=1 Destination Host Unreachable
From 10.0.0.28 icmp_seq=2 Destination Host Unreachable
From 10.0.0.28 icmp_seq=3 Destination Host Unreachable
From 10.0.0.28 icmp_seq=5 Destination Host Unreachable
From 10.0.0.28 icmp_seq=6 Destination Host Unreachable
From 10.0.0.28 icmp_seq=7 Destination Host Unreachable
From 10.0.0.28 icmp_seq=8 Destination Host Unreachable
From 10.0.0.28 icmp_seq=10 Destination Host Unreachable

--- 8.8.8.8 ping statistics ---
10 packets transmitted, 0 received, +8 errors, 100% packet loss, time 8999ms
pipe 4

这是我的输出sudo route -n

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         10.0.0.1        0.0.0.0         UG    0      0        0 wlan0
10.0.0.0        0.0.0.0         255.255.255.0   U     9      0        0 wlan0
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 wlan0

我的输出为traceroute -n 8.8.8.8

traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
 1  10.0.0.28  1804.234 ms !H  1804.210 ms !H  1804.199 ms !H

我还想指出的是,我能够在同一台机器上的其他设备和 Windows 安装上连接到无线网络。当我通过以太网连接时,我也能上网。

ipconfig当我在 Windows 机器上执行此操作时,我获得了无线连接的以下代码片段:

Wireless LAN adapter Wireless Network Connection:

Connection-specific DNS Suffix  . : hsd1.ma.comcast.net.
Description . . . . . . . . . . . : Atheros AR5B93 Wireless Network Adapter
Physical Address. . . . . . . . . : 70-1A-04-E9-3A-4B
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::b153:23b2:2384:d341%12(Preferred)
IPv4 Address. . . . . . . . . . . : 10.0.0.28(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Thursday, May 09, 2013 1:50:10 PM
Lease Expires . . . . . . . . . . : Thursday, May 16, 2013 3:39:12 PM
Default Gateway . . . . . . . . . : 10.0.0.1
DHCP Server . . . . . . . . . . . : 10.0.0.1
DHCPv6 IAID . . . . . . . . . . . : 225450500
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-D9-81-3A-00-26-2D-7F-EA-7C

DNS Servers . . . . . . . . . . . : 75.75.75.75
                                   75.75.76.76
NetBIOS over Tcpip. . . . . . . . : Enabled

因为这确实令人沮丧,所以非常感激任何帮助。

答案1

您的 /etc/resolv.conf 似乎正确。这似乎是网络问题,而不是 DNS 问题。

尝试关闭 eth0(某些 GUI 网络管理器更喜欢有线连接而不是无线连接,并且可能会因为某些奇怪的原因认为您有信号)。关闭它的命令是“sudo ifdown eth0”,然后尝试挖掘 google.com。或者,如果 Ubuntu 删除了 ifdown 脚本(不知道他们是否删除了),您可以执行“sudo ifconfig eth0 down”。

如果您想重新启动它,只需执行“sudo ifup eth0”或“sudo ifconfig eth0 up”。

答案2

您是否尝试过让 ubuntu 自动为您管理 DNS?

简而言之:使用“resolvconf”

sudo apt-get install resolvconf
sudo dpkg-reconfigure resolvconf

参考:

Ubuntu 12.04 桌面版中的自动 DNS 解析

相关内容