Manual/epoptes

De FESOL. Proyectos de Software Libre ULS
Revisión del 12:25 4 ene 2018 de Manuelflores (discusión | contribuciones)
(dif) ← Revisión anterior | Revisión actual (dif) | Revisión siguiente → (dif)
Saltar a: navegación, buscar

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


Referencias