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.

The developer cloud

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

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.