Report this

What is the reason for this report?

Tunnel web traffic through SOCKS proxy

Posted on October 19, 2015

I am behind a firewall on my local network. It is very restrictive and allows connections only through a few ports. Even direct ssh connections are blocked. I get around this is by editing the ssh_config file and adding the following lines: Host my_digitalocean_ip ProxyCommand proxytunnel -p 172.31.1.4:8080 -d my_digitalocean_ip:443 ServerAliveInterval 60 GSSAPIAuthentication no

Here 172.31.1.4:8080 is the local proxy that we have to connect to access the web. Now what I want to achieve is to tunnel all my web traffic through a socks proxy or any other solution that allows me to browse blocked websites. Please help.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

The easiest way to do this might be to set up an OpenVPN server on your droplet and set it up to listen on a port that is not blocked on your network. This way you wouldn’t have to do anything extra and could just open the openvpn client and establish a connection. Then all your communications would be routed through your droplet.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.