Changes between Version 52 and Version 53 of vnc3d


Ignore:
Timestamp:
04/25/16 17:16:24 (8 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d

    v52 v53  
    177177If your operating system is Linux use for interactive nodes (NODE is most likely jurecavis01... or jurecavis02...):
    178178{{{ #!ShellExample
    179 ssh -4 -N -L 590:<DISPLAY>:localhost:590<DISPLAY> <NODE>
     179ssh -4 -N -L <5900+DISPLAY>:localhost:<5900+DISPLAY> <NODE>
    180180}}}
    181181
    182182and for dedicated nodes:
    183183{{{ #!ShellExample
    184 ssh -4 -N -L 590<DISPLAY>:localhost:590<DISPLAY> jureca.fz-juelich.de
     184ssh -4 -N -L <5900+DISPLAY>:localhost:<5900+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. 590:<DISPLAY>) and the destination (in this case localhost:590<DISPLAY>) and than press add. \\
     197You have to enter the source port (eg. <5900+DISPLAY> = 5912 if DISPLAY=12) and the destination (in this case localhost:<5900+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