TP-link TL-WR841N OpenWRT无法连接到互联网

TP-link TL-WR841N OpenWRT无法连接到互联网

我有 TP-link TL-WR841N v11.1 路由器。
我制作了一个 flash 来安装 openwrt-15.05.1-ar71xx-generic-tl-wr841n-v10-squashfs-factory 固件。
不幸的是,此安装不提供 GUI 界面,因此我必须手动安装。
但是,为了安装 Luci 界面,我必须首先建立到路由器的互联网 WAN 连接。
我的 ISP 只提供墙上的以太网连接器。我能够通过笔记本电脑上的 Windows 10 建立互联网连接。在那里执行 ipconfig 时,连接参数为:

Connection-specific DNS Suffix  . : chromservis.local
Description . . . . . . . . . . . : Qualcomm Atheros AR8162/8166/8168 PCI-E Fast Ethernet Controller (NDIS 6.30)
Physical Address. . . . . . . . . : B8-88-E3-8E-2B-6D
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::a1fc:dd5c:1c69:d6d%14(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.0.140(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : neděle 25. září 2016 9:41:32
Lease Expires . . . . . . . . . . : neděle 2. října 2016 10:10:43
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.10
DHCPv6 IAID . . . . . . . . . . . : 246974691
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1E-EC-44-D4-B8-88-E3-8E-2B-6D
DNS Servers . . . . . . . . . . . : 192.168.0.10
                                       8.8.8.8
NetBIOS over Tcpip. . . . . . . . : Enabled

当我将以太网电缆插入 WAN 路由器端口时,路由器上的 WAN 控制灯闪烁。
但是我无法通过路由器建立互联网连接。我的默认 Openwrt WAN 配置是:

config interface 'wan'
option ifname 'wan'
option proto 'dhcp'

另外我尝试添加:

option peerdns 0
option dns '192.168.0.10'

但没有成功。

尝试 ping IP 地址时:

ping 8.8.8.8
ping 192.168.0.10

它显示“网络无法访问”。

恐怕我没有正确配置 DNS。
有人能帮我如何将路由器连接到互联网吗?

相关内容