我正在尝试使用 Android 手机上的无线网络共享选项在笔记本电脑上访问互联网。我可以进行 DNS 查询并 ping 网关,但我既无法 ping www.google.com 等其他网站,也无法访问互联网。以下是一些可能有助于解决问题的命令的输出,
itachi@itachi-laptop:~$ uname -a
Linux itachi-laptop 3.2.0-34-generic #53-Ubuntu SMP Thu Nov 15 10:49:02 UTC 2012 i686 i686 i386 GNU/Linux
itachi@itachi-laptop:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS"
itachi@itachi-laptop:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.43.1 0.0.0.0 UG 0 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlan0
192.168.43.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
itachi@itachi-laptop:~$ ping 192.168.43.1
PING 192.168.43.1 (192.168.43.1) 56(84) bytes of data.
64 bytes from 192.168.43.1: icmp_req=1 ttl=64 time=1.96 ms
64 bytes from 192.168.43.1: icmp_req=2 ttl=64 time=1.99 ms
64 bytes from 192.168.43.1: icmp_req=3 ttl=64 time=2.00 ms
^C
--- 192.168.43.1 ping statistics ---
itachi@itachi-laptop:~$ ping www.google.com
PING www.google.com (74.125.236.84) 56(84) bytes of data.
^C
--- www.google.com ping statistics ---
40 packets transmitted, 0 received, 100% packet loss, time 39313ms
itachi@itachi-laptop:~$ lspci -nnk | grep -iA2 net
0c:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection [8086:4229] (rev 61)
Subsystem: Intel Corporation Device [8086:1120]
Kernel driver in use: iwl4965
itachi@itachi-laptop:~$ ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:21:5c:6a:3d:11
inet addr:192.168.43.224 Bcast:192.168.43.255 Mask:255.255.255.0
inet6 addr: fe80::221:5cff:fe6a:3d11/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:439 errors:0 dropped:0 overruns:0 frame:0
TX packets:3994 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:64469 (64.4 KB) TX bytes:427656 (427.6 KB)
当我直接通过 USB 适配器连接时,我可以访问互联网,这就是我发布此问题的原因。但是,当我尝试使用 wifi 网络共享时,我无法 ping 或访问互联网。任何帮助解决此问题的方法都将不胜感激。谢谢。
答案1
您使用的 Android 版本是哪一个?
能够 ping 通网关只是说明它可以与手机通信 - 这意味着问题出在手机的数据包转发上。对 www.google.com 的引用可能是缓存的 DNS 条目,而不是实时的。我目前正在尝试使用蓝牙进行类似操作,并看到有关 JellyBean 的网络共享功能瘫痪的报告。
答案2
看看这个文件是否存在
/etc/resolv.conf
或者
/run/resolvconf/resolv.conf
如果有缺失,请执行以下操作:
sudo dpkg-reconfigure resolvconf
对于第一个问题的答案:yes
对于第二个问题的答案:(no
否=不附加旧配置)
重启