我在我的桌面(Ubuntu 12.04)上设置了一个 wifi 热点,并且能够使用我的笔记本电脑(也是 Ubuntu 12.04)连接到它。
我的台式机使用以太网电缆连接到互联网,我可以从台式机访问互联网,但不能从笔记本电脑访问互联网。
另外,我可以从我的笔记本电脑成功 ping 通我的路由器,但仍然无法上网。
请告诉我如何解决这个问题。
桌面路由表。
$ /sbin/route -n 内核 IP 路由表 目标网关 Genmask 标志 指标参考使用 Iface 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth1 10.42.0.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan1 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth1 192.168.0.0 0.0.0.0 255.255.255.0 U 1 0 0 eth1
答案1
路由只是问题的一部分。请查看有关 Ubuntu 中的 Internet 连接共享的文档https://help.ubuntu.com/community/Internet/ConnectionSharing 它将需要 DNSMasq 和一些 IPTables 配置,或者您可以通过 NetworkManager gui 进行配置。请注意,根据文档,Adhoc 无线的 ICS 不支持 WPA,因此您必须依赖 WEP。