Ubuntu – Tunneling & Bypass proxy

PROXYtunnel

are there any software for ubuntu to tunneling/bypass proxy (HTTP/S, SOCK4/5). Like "Proxifier" on windows ?

Best Answer

If you want to use putty as a dynamic proxy to go across the firewall, just select "Dynamic" and type any available source port you wish(ie. 9050), then press "Add". Things get done :D

Go to your system proxy setting(ONLY configure in your browser if you want it to be the browser's proxy) , only set the socks v5 proxy as 127.0.0.1:yourport (ie. 127.0.0.1:9050)


Wanna use it to break the firewall in Browsers, then continue reading the information as below otherwise that's all.

If you are using firefox, type about:config in the address bar, then search "remote_dns", set the value to True

If you are using chrome, just install the "Proxy SwitchySharp" extention, remote dns resolve is used by default.

Have fun with your newly setup proxy and have fun bypassing the firewall between your PC and your target hosts.

Related Question