Remote desktop solution which works with port 80

firewallportremote accessremote desktop

The corporate firewall where I work won't allow any programs to access any ports other than 80.

This is a real bummer because when I try to remote in to external machines, using either LogMeIn.com or TeamViewer, both of them seem to need to use ports other than 80.

Why can't they just stick with port 80? Why do they have to use other ports, even when I'm using the browser-based version of their product (e.g. TeamViewer Web Connect)?

So anyway, is there a trick to get around this issue, or are there any alternate remote desktop products that will let me use only port 80?

Best Answer

If you want to connect to a small number of computers, you could install an ssh server on each, then forward the ports required by LogMeIn and TeamViewer through an ssh tunnel through port 80. Search for ssh tunneling and port forwarding.

Related Question