Category Archives: Proxy

Surfing the Web using Web Proxy

If you want to browse the internet without having to go through the hassle of building a SSH Tunnel, then a quick and dirty solution would be to use a web proxy. There are limitations to what kind of websites … Continue reading

Posted in Proxy | Tagged | Comments Off

Installing BoutDuTunnel Server on Mono XSP

In my previous blog I talked about setting up a HTTP tunnel using BoutDuTunnel. To setup the server-side, a command line application was used: BdtServer. BoutDuTunnel also provides a web application solution BdtWebServer which lets you host the application inside … Continue reading

Posted in .NET, Mono, Proxy, Tunnel, Ubuntu | Tagged , , , , | Comments Off

HTTP Tunnel Through ISA Server

About a year ago I wrote about creating a HTTP tunnel through a HTTP proxy server using GNU HTTP Tunnel.   Unfortunately if the proxy server was run by a ISA server then GNU HTTP Tunnel would not work since … Continue reading

Posted in Mono, Proxy, Tunnel | Tagged , , | 2 Comments

Surfing the Web using SSH Tunnel

Sometimes, you are connected to an internet which is unknown/insecure such as public WiFi hotspots or you are just surfing the internet at work.  In these type of scenarios you might want to secure your connection so no one can … Continue reading

Posted in Proxy, Security, SSH, Tunnel | Tagged , , , | 1 Comment

SSH through HTTP Proxies

A couple of days ago my office implemented a new firewall which block almost all incoming and outgoing traffic, including SSH which prevented me from accessing my Linux server. The only thing that was accessible was the internet through a … Continue reading

Posted in Proxy, SSH, Tunnel | Tagged , , | 1 Comment