Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tunnel OpenVPN over android shadowsocks (launched from .sh script or NAT mode ) #726

Closed
tonsimple opened this issue Jun 19, 2016 · 4 comments

Comments

@tonsimple
Copy link

Hi!
Long story short, I've read about desktop shadowsocks being used to tunnel openvpn traffic

Now, I've found out that ics-openvpn OpenVpn android client supports socks-proxy directive.

Also, as far as I can tell, android-shadowsocks supports UDP relay.

So, if I launch shadowsocks from command line (or use the deprecated NAT mode), I should be theoretically able to tunnel OpenVPN over shadowsocks on android?

Any particular "gotchas" that would keep me from using it this way?

@madeye
Copy link
Contributor

madeye commented Jun 19, 2016

Nope, you can't. Shadowsocks-android works as a transparent proxy, not socks5 proxy.

@madeye madeye closed this as completed Jun 19, 2016
@tonsimple
Copy link
Author

So, the "local port" it listens on is pretty much moot ?

@madeye
Copy link
Contributor

madeye commented Jun 20, 2016

Shadowsocks-android will listen on this "local port" for transparent proxy. Make sure there is no conflict of this port with other apps, e.g. file sharing, video streaming, and other proxy apps.

@tonsimple
Copy link
Author

tonsimple commented Jun 20, 2016

That's no problem, nothing interesting besides shadowsocks and openvpn intended to run on this tablet

my question was basically whether directing openvpn(udp) to that port will result in anything but failure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants