|  |      1xuhaotian OP 同款程序测试地址 http://wifi2.612459.com 用户名和 V2EX 用户名一致,密码 123456 哪位大神能用 Openwrt 试试看吗? | 
|      2jimzhong      2016-08-14 09:20:53 +08:00 iptables -t nat -L netstat -tlnp 看一下 | 
|  |      3t895      2016-08-14 09:44:50 +08:00 没放放白名单吧, wifidog.conf 贴出来看看 | 
|      4datocp      2016-08-14 12:27:22 +08:00 wifidog 没怎么研究, chillispot 倒为这个弹窗问题,最后的答案 Your Client gets a Chillispot IP but no welcome page, or certain websites don't open (MTU Bug) http://www.dd-wrt.com/wiki/index.php/Hotspot_Chillispot#Your_Client_gets_a_Chillispot_IP_but_no_welcome_page.2C_or_certain_websites_don.27t_open_.28MTU_Bug.29 哎,已经在梦游状态了,也不知道具体哪条才有效果,反正是可以了。 iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -m tcpmss --mss 1421:65535 -j TCPMSS --clamp-mss-to-pmtu iptables -I FORWARD -p tcp -m tcp --tcp-flags SYN,RST SYN -m tcpmss --mss 1400:1536 -j TCPMSS --clamp-mss-to-pmtu | 
|  |      5Yingc      2016-08-15 05:06:14 +08:00 via Android | 
|  |      6wxg4net      2016-08-15 07:04:49 +08:00 测试 wifidog 时,应该直接运行 /usr/bin/wifidog -s -f 这样 wifidog 会显示给你详细的运行日志。对于排错非常有用... | 
|      7unusualcat      2016-10-11 10:25:11 +08:00 问题解决了吗 没有解决的话可以 PM 我看看 |