Stanford farmshare with NX: Unterschied zwischen den Versionen

Aus NOBAQ
Zur Navigation springenZur Suche springen
Zeile 24: Zeile 24:
 
  Login: nhammler@U:/afs/ir/users/n/h/nhammler/NX4U/bin/nxserver-usermode
 
  Login: nhammler@U:/afs/ir/users/n/h/nhammler/NX4U/bin/nxserver-usermode
 
  Password: [SUNET password]
 
  Password: [SUNET password]
 +
 +
* The "@" in front of the host name activates the nxssh wrapper (executes FreeNX usermode)
 +
* The "U:" after the username executes usermode nxserver
 +
* The path afterwards points to the nxserver-usermode binary
 +
 +
See source code:
 +
https://github.com/Fabianx/freenx/blob/master/freenx-utils/nxpublickey/nxssh-4US.c
 +
 +
 +
 +
== Server side (corn) ==
 +
 +
First steps based on http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_Howto
 +
 +
 +
 +
Links
 +
* http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_Howto
 +
* http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ/Server
 +
* http://blog.felipe-alfaro.com/2009/01/18/freenx-usermode-authentication-and-mac-os-x/
 +
* http://mail.kde.org/pipermail/freenx-knx/2008-August/007324.html
 +
* http://www.rrzn.uni-hannover.de/anl-nx-client.html
 +
* http://www.rrzn.uni-hannover.de/anl-nx-linserv.html
 +
* http://www-flc.desy.de/flc/flcwiki/J%C3%B6rgenSamson/NXClientUsermode
 +
* http://mail.kde.org/pipermail/freenx-knx/2012-March/009541.html
 +
* http://wiki.centos.org/HowTos/FreeNX

Version vom 11. November 2013, 06:48 Uhr

Yaaaay! Nomachine NX combines the advantages of both VNC and F forwarding:

  1. Windows seamlessly integrate into client desktop
  2. connection is persistent (when connection gets lost)

Awesome! Unfortunately the FreeNX package is outdated and buggy, but after 2 hours work I got it running

Client side (Windows)

Download the old (3.5) version of the NX client for Windows: https://www.nomachine.com/NX-3-5-0-Download-Package&Prod_Id=3835

rename:

c:\Program Files (x86)\NX Client for Windows\bin\nxssh.exe

to

c:\Program Files (x86)\NX Client for Windows\bin\mxssh.exe

download nxssh.exe from http://prdownload.berlios.de/freenx/nxssh.exe and copy it to c:\Program Files (x86)\NX Client for Windows\bin\

Connection settings:

Server: @corn07.stanford.edu
Port: 22
Desktop: Unix, Custom
Login: nhammler@U:/afs/ir/users/n/h/nhammler/NX4U/bin/nxserver-usermode
Password: [SUNET password]
  • The "@" in front of the host name activates the nxssh wrapper (executes FreeNX usermode)
  • The "U:" after the username executes usermode nxserver
  • The path afterwards points to the nxserver-usermode binary

See source code: https://github.com/Fabianx/freenx/blob/master/freenx-utils/nxpublickey/nxssh-4US.c


Server side (corn)

First steps based on http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_Howto


Links