Tag Archives: Mono

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

Building Mono from Source

Installing  Mono on Ubuntu is easy: $ apt-get install mono-2.0-devel Unfortunately even the latest version of Ubuntu 9.04 only comes with Mono 2.0.1.  To install a newer (or different) version a solution would be to build Mono from source. Download … Continue reading

Posted in .NET, Mono, Ubuntu | Tagged , , | 1 Comment