首先,freeshell 上为什么需要开 openvpn?如果只是想用 freeshell 做代理的话,socks5 就够了。如果你觉得 socks 代理不是全局的,可以在客户端上用 redsocks,使用 iptables 精细控制或全局代理。
其次,支持 tun/tap 需要虚拟机有 net_admin capability,这可能有安全风险。
--
-- 来自USTC LUG
请使用gmail订阅,不要灌水。
更多信息more info:http://groups.google.com/group/ustc_lug?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "USTC_LUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ustc_lug+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to a topic in the Google Groups "USTC_LUG" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ustc_lug/LpUpmMxZCRg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ustc_lug+u...@googlegroups.com.
做法就在楼主给的链接里啊。
我只说了支持 ppp,没说支持 tun 啊…… tun/tap 目前不支持。
2014-02-24 16:59 GMT+08:00 Mm Xin <shilis...@gmail.com>:
> 好吧,ppp能不能有,我只是想搞个给手机用。
代理太弱,当然没vpn好用,我已经搭过代理了。
代理太弱?你整天需要用什么奇怪的协议?tcp 和 udp,socks5 代理应该都搞定了吧。有个开源项目 fqrouter http://fqrouter.com/ 可用于 Android (不需 root) 和 openwrt,你可以看看人家是怎么实现的。
--