tunnel port 80
May 1, 2009 3:31 PM Subscribe
I'm accessing the Internet via a public wireless system with most or all ports blocked except port 80, and perhaps port 443. Mainly I want to do some ftp to my website, or perhaps a remote admin session on my home computer. How can I tunnel traffic through port 80?
I am working mainly out of a public library for the moment. I've read the terms of use for the free wireless system and it doesn't seem to forbid using port 80 for other types of traffic. I'm not planning on downloading warez or doing bittorrent. I'm thinking there must be a way to tunnel traffic through port 80 for a couple of services I want to use like ftp and vnc. I have logmein setup on both sides but no connection attempt gets through.
I'm running Vista and Ubuntu dual booting on a laptop. I prefer using Ubuntu, but can use Vista if forced to with a hot pitchfork or necessity.
Thanks for any tips.
posted by diode to computers & internet (8 answers total) 1 user marked this as a favorite
--config your router to pass port 80 or 443 to your home computer
--config sshd to listen on that port
--use putty to connect to sshd on that port
--putty can set up tunnels (e.g. I map local port 5904 to port 119 on my ISP news server; I
tell my newsreader that the newserver is localhost:5904)
--putty is a single executable, it does not need to be installed (not sure about putty's data files however)
--you can stop and start sshd from the services menu (or even from windows scheduler); I assume the same is possible under Ubuntu
posted by jockc at 3:38 PM on May 1, 2009