Diferencia entre revisiones de «Manual/epoptes»
De FESOL. Proyectos de Software Libre ULS
(Página creada con «Servidor 1. Instalar epoptes apt-get install epoptes 2. Configurar el DNS del servidor echo "<DIRECCION IP> server" >> /etc/hosts 3. Agregar el usuario que ejecutara...») |
|||
(No se muestra una edición intermedia del mismo usuario) | |||
Línea 1: | Línea 1: | ||
− | Servidor | + | |
+ | Instalación de epoptes standalone '''sin''' un servidor LTSP | ||
+ | |||
+ | == Servidor == | ||
+ | |||
1. Instalar epoptes | 1. Instalar epoptes | ||
Línea 9: | Línea 13: | ||
4. Reciniciar el servidor epoptes y el cliente | 4. Reciniciar el servidor epoptes y el cliente | ||
− | + | ||
+ | == Cliente == | ||
+ | |||
1. Instalar epoptes-client | 1. Instalar epoptes-client | ||
Línea 17: | Línea 23: | ||
3. Obtener el certificado del servidor (ya debe estar configurado el servidor) | 3. Obtener el certificado del servidor (ya debe estar configurado el servidor) | ||
epoptes-client -c | epoptes-client -c | ||
+ | . Veran algo com | ||
+ | |||
+ | depth=0 C = AU, ST = Some-State, O = Internet Widgits Pty Ltd | ||
+ | verify error:num=18:self signed certificate | ||
+ | verify return:1 | ||
+ | depth=0 C = AU, ST = Some-State, O = Internet Widgits Pty Ltd | ||
+ | verify return:1 | ||
+ | DONE | ||
+ | Successfully fetched certificate from server:789 | ||
+ | |||
4. Reciniciar el cliente | 4. Reciniciar el cliente | ||
+ | |||
+ | |||
+ | == Referencias == | ||
+ | * http://www.epoptes.org/installation | ||
+ | * https://lihuen.linti.unlp.edu.ar/index.php/Epoptes |
Revisión actual del 12:25 4 ene 2018
Instalación de epoptes standalone sin un servidor LTSP
Servidor
1. Instalar epoptes
apt-get install epoptes
2. Configurar el DNS del servidor
echo "<DIRECCION IP> server" >> /etc/hosts
3. Agregar el usuario que ejecutara epoptes al grupo epoptes
gpasswd -a <usuario> epoptes
4. Reciniciar el servidor epoptes y el cliente
Cliente
1. Instalar epoptes-client
apt-get install epoptes-client
2. Configurar el DNS del servidor
echo "<DIRECCION IP> server" >> /etc/hosts
3. Obtener el certificado del servidor (ya debe estar configurado el servidor)
epoptes-client -c
. Veran algo com
depth=0 C = AU, ST = Some-State, O = Internet Widgits Pty Ltd verify error:num=18:self signed certificate verify return:1 depth=0 C = AU, ST = Some-State, O = Internet Widgits Pty Ltd verify return:1 DONE Successfully fetched certificate from server:789
4. Reciniciar el cliente