How to access your desktop computer from outside ISR

From ISRWiki
Revision as of 18:05, 4 April 2008 by Yoda (talk | contribs) (New page: Briefly you need to establish a ssh tunnel from your desktop to omni, using your omni account (UNIX), so that whenever you connect from outside to omni, the connection gets tunneled to the...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Briefly you need to establish a ssh tunnel from your desktop to omni, using your omni account (UNIX), so that whenever you connect from outside to omni, the connection gets tunneled to the desktop computer.

For the ssh tunnel you need to specify (you may have to lookup your ssh client documentation for the details):

  • open a remote port
  • choose a remote port in the range 10000 to 10064
  • choose as local port the one you want to contact from outside (examples: 22 for ssh, 3389 for remote desktop, check check here for a complete list)
  • connect to omni but keep the connection open, otherwise the tunnel will be closed

Then, to connect from outside, just connect to omni and the remote port you specified above.