How to access your desktop computer from outside ISR: Difference between revisions

From ISRWiki
Jump to navigation Jump to search
(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...)
 
m (small English and wiki corrections)
Line 1: Line 1:
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.
In short, 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):
For the ssh tunnel you need to specify the following information (you may have to look up your ssh client documentation for the details):
* open a remote port
* open a remote port
* choose a remote port in the range 10000 to 10064
* 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 [http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers check here for a complete list])
* choose as local port the one you want to contact from outside (examples: 22 for ssh, 3389 for remote desktop, check [http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers here] for a complete list)
* connect to omni but keep the connection open, otherwise the tunnel will be closed
* 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.
Then, to connect from outside, just connect to omni and the remote port you specified above.

Revision as of 18:16, 7 April 2008

In short, 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 the following information (you may have to look up 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 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.