From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <1001eb37c560440120c5c5ad6feaee55@quintile.net> References: <1001eb37c560440120c5c5ad6feaee55@quintile.net> Date: Sat, 25 Jul 2009 14:43:25 +0200 Message-ID: <5d375e920907250543x503b7509t4ffa41e9654a4a78@mail.gmail.com> From: Uriel To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] plan9port behind corporate firewall with no DNS or port access Topicbox-Message-UUID: 2cc833fe-ead5-11e9-9d60-3106f5b1d025 Why not run inferno (or 9vx) on your home machine, export /net on port 80, mount it from work using inferno again, and you are out. If your work firewall proxies port 80, then things get trickier, you could mount sources on the home inferno instance, and then export it using mjl's httpd as a read-only http 'tree'. uriel On Sat, Jul 25, 2009 at 10:12 AM, Steve Simon wrote: > There are several places which have readonly versions of sources available via > http, alternatively there is a socks client or even htfilefs, the former uses > the SOCKS protocol to tunnel through the firewall. > > htfilefs mounts a remote ISO image (like the plan9 nightly build iso) > over an http connection and expands it as a hierarchy. > > You could probably write some tunneling software to run on your home > machine and work machine using http in between, but your corperate IT > department might not see the funny side of such practices... > > -Steve > >