Giles Bowkett wrote: > I think an SSH tunnel would > get the job done, but I don't really know how to build one of those. > The following will remap port 10000 (a random free port) on localhost to port 80 (the web) on a target machine. The `gateway' machine is the one that is uncensored.
ssh -L 10000:target:80 gateway i.e. you'd use http://localhost:10000 instead of http://target On Windows, you can use Putty (poke around in the Tunnel menu) or just get Cygwin and use the command above literally. On a Mac or Linux, the command will work literally. This is also handy for avoiding firewalls that block IMAP or POP ports. Marcus ============================================================ FRIAM Applied Complexity Group listserv Meets Fridays 9a-11:30 at cafe at St. John's College lectures, archives, unsubscribe, maps at http://www.friam.org
