Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/vlbi/wiki/index.php?n=LBAObservingNotes.VNCNotes
Дата изменения: Unknown
Дата индексирования: Tue Apr 12 18:01:09 2016
Кодировка:

Поисковые слова: п п п п п
VLBI Wiki | LBAObservingNotes / VNCNotes
Recent Changes - Search:

PmWiki

pmwiki.org

edit SideBar

VNCNotes

Accessing sessions from outside ATNF network

The ATNF ssh gateways are venice.atnf.csiro.au and orion.atnf.csiro.au.

Viewing a vnc session from outside ATNF requires using ssh to forward a port on the local (client) host to the remote host. The host port specified is the vnc desktop display number+5900.

  • Log onto the ssh gateway machine at the observatory with your ATNF username, specifying remote host and port to connect to, e.g. to view the ATCA xbones:1 desktop:
    > ssh -L 5901:xbones:5901 my_username@venice.atnf.csiro.au
  • Start a vncviewer on the local host, connect to host "localhost" and display 1 or whichever display was specified for the local port (1st number -5900 in the ssh command above). Note the remote desktop number does not have to be forwarded to the local desktop number. For example to tunnel joffrey:1 to local desktop :3 do the following:
    > ssh -L 5903:joffrey:5901 my_username@venice.atnf.csiro.au

A quicker way to achieve this on many VNC viewers is to use the -via switch and allow VNC to look after the ssh port forwarding for you:

> vncviewer -via my_username@venice.atnf.csiro.au xbones.atnf.csiro.au:1

You can create multiple tunnels with a single ssh command. Something along the lines of the following works:

> ssh -L 5901:xbones:5901 5902:xbones:5902 5903:caccc1:5901 5904:bigrock:5901 -L 5905:joffrey:5901 -L 5906:joffrey:5902 -L 5907:cira10:5901 -L 5908:pam0:5901 -L 5909:cave00-ext:5901 IDENT@venice.atnf.csiro.au

Then on the local machine connect as follows

TelescopeVNC sessionLocal screen
ATCAxbones:1:1 or 5901
ATCAxbones:2:2 or 5902
ATCAcaccc1:1:3 or 5903
Moprabigrock:1:4 or 5904
Parkesjoffrey:1:5 or 5905
Parkesjoffrey:2:6 or 5906
ASKAPcira:1:7 or 5907
Fringe Checkpam0:1:8 or 5908
eVLBIcave00:1:9 or 5909
Edit - History - Print - Recent Changes - Search
Page last modified on March 23, 2015, at 01:57 PM