Requerimiento para Instalar el Sistema Remoto
De CidesaWiki
(Diferencias entre revisiones)
Línea 30: | Línea 30: | ||
== En Microsoft Windows == | == En Microsoft Windows == | ||
+ | |||
+ | == Lectura Recomendada == | ||
+ | |||
+ | * [[Instalar FreeNx en (K)ubuntu Feisty 7.04]] (Servidor) | ||
+ | * [[Instalar FreeNx en Debian Etch]] (Servidor) | ||
+ | |||
+ | * [[Instalar FreeNx - GNU/Linux]] (Cliente) | ||
+ | * [[Instalar FreeNx - Windows]] (Cliente) | ||
+ | |||
+ | |||
+ | |||
+ | --[[Usuario:Jlobaton|Jlobaton]] 10:11 21 feb 2008 (VET) |
Revisión de 14:11 21 feb 2008
- Sistema Operativo GNU/Linux o Microsoft Windows.
- Un Equipo que sirva como Servidor Remoto:
- - Para GNU/Linux --> FreeNx
- - Para Windows --> Escritorio Remoto
- Habilitar en el Firewall el puerto:
- - Para GNU/Linux --> 2222, 50000
- - Para Windows --> 3389
- Politica de Seguridad en el Firewall:
- Configurar todas las peticiones que venga del Puerto 2222 y que vaya para el Servidor Remoto por el Puerto 22.
- Firewall en GNU/Linux:
- Si utilizamos como Firewall el Iptables, su configuración puede ser:
iptables -t nat -I PREROUTING -i eth2 -p tcp --dport 2222 -j REDIRECT --to-port 22 iptables -t nat -A OUTPUT -o lo -p $PROTOCOL --dport 2222 -j DNAT --to-destination $IP_SERVIDOR_REMOTO:22 > /dev/null 2>&1
- Firewall en Microsoft Windows :
- Si utilizamos cualquier Firewall, su configuración puede ser:
Configurar todas las peticiones que venga del puerto 3389 y que vaya para el Servidor Remoto.
En GNU/Linux
En Microsoft Windows
== Lectura Recomendada ==
- Instalar FreeNx en (K)ubuntu Feisty 7.04 (Servidor)
- Instalar FreeNx en Debian Etch (Servidor)
- Instalar FreeNx - GNU/Linux (Cliente)
- Instalar FreeNx - Windows (Cliente)
--Jlobaton 10:11 21 feb 2008 (VET)