I thought this one was not supported by Canonical. Looks like this will actually end April 2015 for the server version. Let's see if we can build something.
Trac: Status: new to assigned Owner: asn to lunar Cc: weasel to weasel, lunar@torproject.org
I basically followed the normal directions for debian/ubuntu to get the development version of tor.
I created /etc/apt/sources.list.d/tor.list and put the following in it:
deb http://deb.torproject.org/torproject.org lucid maindeb http://deb.torproject.org/torproject.org experimental-lucid main
At this point /etc/tor/torrc is ready to be configured as a bridge. The only change I made was the path to obfsproxy is /usr/local/bin/obfsproxy instead of /usr/bin/obfsproxy:
SocksPort 0ORPort 443 # or some other port if you already run a webserver/skypeBridgeRelay 1Exitpolicy reject *:*## CHANGEME_1 -> provide a nickname for your bridge, can be anything you like#Nickname CHANGEME_1## CHANGEME_2 -> provide some email address so we can contact you if there's a problem#ContactInfo CHANGEME_2ServerTransportPlugin obfs2,obfs3 exec /usr/local/bin/obfsproxy managed