Remote desktop solution which works with port 80

1

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?

jonathanconway

Posted 2011-11-29T05:41:49.123

Reputation: 485

Answers

5

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.

Mike

Posted 2011-11-29T05:41:49.123

Reputation: 111

1

In our corporate environment we use Techinline which only uses the standard HTTPS port (443) and doesn't require any other configuration whatsoever. It's entirely browser-based so you shouldn't encounter any issues as with Teamviewer or LogMeIn.

Jordan Price

Posted 2011-11-29T05:41:49.123

Reputation: 11

But the poster specifically said port 80. All others are unavailable. – ScottWelker – 2017-07-20T13:36:56.853

0

Did you tried VNC?

If your server/pc is behind router you can create a forwarding rule to transfer trafic from port 80 to 5900 as vnc server listens on 5900.

mnmnc

Posted 2011-11-29T05:41:49.123

Reputation: 3 637