16
10
Are there any Windows applications that can connect to a remote OpenVPN server then act like a SOCKS 5 server in the local environment?
EDIT: which means
- a local server
- speaks VPN/OpenVPN protocol, bind to a port as socks proxy server
- extract and run, can be installed without administrator/root privilege
- without the need to setup a TUN/TAP devices or other virtual interfaces
- leave route table clean.
I was able to turn an OpenVPN server that I don't own into a SOCKS proxy by using an SSH tunnel to an LXC container (if you don't use Linux, you can do it with a Linux virtual machine in VirtualBox but LXC has better performance): https://askubuntu.com/questions/703905/unable-to-open-sites-with-https-when-connected-through-openvpn/1206914#1206914 I found this question because I was looking for another question, how to configure the OpenVPN client to use a SOCKS proxy before connecting to the OpenVPN server, to avoid leaking your real IP address to the OpenVPN server.
– baptx – 2020-01-30T21:29:52.3431I want to do the exact same thing. I don't want to use openVPN for every connection, but only for some application. Which supports SOCKS5. – Apache – 2011-12-10T10:39:00.763