Re: OT: nadie usa esta lista?

"Roberto Leiva M. (Lista)" <[email protected]>
Newsgroups gmane.linux.pxes.spanish
Organization Textil Flores
Message-ID <[email protected]>
Alberto Castillo escribió:
> 

[...]

> 
> Impresionante.
> Te hago una pregunta: hay forma de conseguir buena info acerca de la 
> instalacion e implementacion de FreeNX en la red? entre a su site pero 
> es un poco confuso el tema.

de conseguir es posible, pero esta algo disperso, me arrepiento de no haber almacenado todos los 
recursos que utilice para la instalacion.

> Ademas como funciona realmente es lo mas interesante, porque el tema es 
> que yo estoy trabajando con maquinas muy viejas y conexiones lentas de 
> 10mbit.

forma rapida de instalacion en un Centos 4.4 ( no se si sera tu distro pero no deberia variar mucho 
) ( Nota: solo son algunos paso, debes complementar con la docu que esta rondando en la web)

NX + freeNX

	Version de rpm.

	nx-1.5.0-1.centos4
	freenx-0.4.4-1.centos4

	Pasos a seguir:

	1.-	yum install freenx ( instala todos los paquetes y sus dependencias )
		
		El servidor queda instalado en las siguientes rutas.
		/etc/nxserver
		/var/lib/nxserver

	2.-	nxsetup --install --setup-nomachine-key --clean –purge

		Se generan los archivos de configuracion y las claves publica y privada.

		node.conf	client.id_dsa.key	server.id_dsa.pub.key

		* para mayor seguridad no utilizar el parametro --setup-nomachine-key, con lo cual 			no se 
utiliza una clave generica y se genera un par nuevo de llaves, esta la debe 			tener cada cliente 
que trate de conectarse.

	3.-	Configurar parametros en:
		/etc/nxserver/node.conf


	4.-	Agregar claves permitidas en:

		/var/lib/nxserver/home/.ssh/authorized_keys2

	5.-	probar el servidor desde un equipo cualquierea instalando nxclient.

	6.- 	Los log del servidor estan en /var/log/nxserver.log

*** Pueden ocurrir muchas cosas entre cada paso pero no las recuerdo ahora, lo mejor es buscar en 
google, esto solo es un pequeño autorecordatorio.

PD: adjunto el archivo node.conf
**
# cat node.conf
# The maximum number of contemporary sessions that can be run on FreeNX
SESSION_LIMIT=200

# The maximum number of contemporary sessions that a single user can run
# on FreeNX. Defaults to the value of SESSION_LIMIT.
SESSION_USER_LIMIT=200

# The number of displays reserved for sessions, it has to be greater or equal
# to the maximum number of contemporary sessions that a server can run.
DISPLAY_LIMIT=200


#########################################################################
# Logging directives
#########################################################################

# This directives controls the verbosity of the server-wide log.
# 0: No Logging
# 1: Errors
# 2: Warnings
# 3: Important information
# 4: Server - Client communication
# 5: Information
# 6: Debugging information
# 7: stderror of some applications
NX_LOG_LEVEL=4

# By setting this to 0 the nxserver might be a bit faster, but passwords can be found in the log files.
NX_LOG_SECURE=1

# Before turning logging on, please make sure that NX_LOGFILE is
# writeable for the "nx" user
NX_LOGFILE=/var/log/nxserver.log

# permite conexiones cliente 2.0
#ENABLE_2_0_0_BACKEND="when_requested"
ENABLE_2_0_0_BACKEND=1


#test
#PROXY_TCP_NODELAY=0
#APPLICATION_LIBRARY_PRELOAD=""

SERVER_LOADBALANCING=1
LOAD_BALANCE_SERVERS="192.168.168.216 192.168.168.119 127.0.0.1"
#LOAD_BALANCE_ALGORITHM="round-robin"
LOAD_BALANCE_ALGORITHM="random"

**


atte.
--
Roberto Leiva M.
Santiago - Chile
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.