Changes between Version 49 and Version 50 of vnc3d


Ignore:
Timestamp:
04/21/16 11:58:01 (8 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d

    v49 v50  
    177177If your operating system is Linux use for interactive nodes (NODE is most likely jurecavis01... or jurecavis02...):
    178178{{{ #!ShellExample
    179 ssh -4 -N -L 5901:localhost:590<DISPLAY> <NODE>
     179ssh -4 -N -L 590:<DISPLAY>:localhost:590<DISPLAY> <NODE>
    180180}}}
    181181
    182182and for dedicated nodes:
    183183{{{ #!ShellExample
    184 ssh -4 -N -L 5901:localhost:590<DISPLAY> jureca.fz-juelich.de
     184ssh -4 -N -L 590<DISPLAY>:localhost:590<DISPLAY> jureca.fz-juelich.de
    185185}}}
    186186
     
    195195
    196196To establish the ssh tunnel, enter the "SSH-->tunnels" tab in the PuTTY configuration window. \\
    197 You have to enter the source port (eg. 5901) and the destination (in this case localhost:590<DISPLAY>) and than press add. \\
     197You have to enter the source port (eg. 590:<DISPLAY>) and the destination (in this case localhost:590<DISPLAY>) and than press add. \\
    198198After pressing add, the tunnel should appear in the list of forwarded ports and you can establish the tunnel by pressing the open button:
    199199
     
    205205If you are using Linux, a VNC viewer typically is already part of the distribution or can be installed from a repository. \\ For Windows, a VNC viewer can be downloaded for example [http://sourceforge.net/projects/turbovnc/files/ here].
    206206
    207 Start your local VNC client and connect to localhost:1, e.g.:
    208 {{{ #!ShellExample
    209 vncviewer localhost:1
     207Start your local VNC client and connect to localhost:<DISPLAY>, e.g.:
     208{{{ #!ShellExample
     209vncviewer localhost::<DISPLAY>
    210210}}}
    211211After typing in your VNC password (defined in step 1), you will have access to the remote graphical desktop running on the visualization node of JURECA.