Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 864 by
hlj49359...@gmail.com: Tomato路由器实现零配置的问题(443端口
)
http://code.google.com/p/wallproxy/issues/detail?id=864
在路由器上安装WP后用Tomato的防火墙脚本:
iptables -t nat -I PREROUTING -i br0 -m iprange --src-range
192.168.0.2-192.168.0.255 -p tcp --dport 80 -j REDIRECT --to-port 8086可实现
内网零配置,但是对https连接无效,我试着用:
iptables -t nat -I PREROUTING -i br0 -m iprange --src-range
192.168.0.2-192.168.0.255 -p tcp --dport 443 -j REDIRECT --to-port 8086
结果全部的https都打不开了,在 Issue 856中,有人说用redsocks可以,但是我没找到
Tomato能用的,尝试自己变编译也各种失败,谁能想个法子啊?或者帮我编译一个
redsocks或者给个编译教程,拜托!
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings