NoDogSplash不阻止wlan0流量TP-Link MR3020 OpenWrt

时间:2016-01-28 12:19:58

标签: openwrt

我在MR3020 OpenWRT 12.09上配置nodogsplash 0.9_beta9.9.6时遇到问题。 这是我的nodogsplash配置文件。 https://gist.github.com/anonymous/4b8834f375b073ca5a3a

我的网络配置。 https://gist.github.com/anonymous/3e6a740b73d6b249dcec

我的无线配置 https://gist.github.com/anonymous/d776daa618dfcdbe72f3

问题是我的手机通过接入点直接连接到互联网,并且没有打开启动页面。 当我查看LuCI流量图时,我看到了手机流量,但是在

ndsctl status

我看到当前客户:0。

1 个答案:

答案 0 :(得分:0)

config interface 'WiFI'部分中,您指定的ifnameeth0,而最有可能是wlan0

然后,在nodogsplash.conf文件中,您应该正确设置ExternalInterface参数(用于连接到Internet的参数,检查外部IP的ifconfig输出)。