Azioni

Differenze tra le versioni di "LTSP ITALC"

Da MontelLUG WIKI.

(Nuova pagina: Guida all'installazione di un'aula con LTSP e iTALC: Installare: apt-get install ltsp-server apt-get install ltsp-server-standalone apt-get install nfs-kernel-server apt-get install i...)
 
Riga 17: Riga 17:
 
/etc/exports
 
/etc/exports
 
/opt/ltsp *(ro,no_root_squash,async,no_subtree_check)
 
/opt/ltsp *(ro,no_root_squash,async,no_subtree_check)
 +
 +
Riavviare i servizi:
 +
/etc/init.d/isc-dhcp-server restart
 +
/etc/init.d/nfs-kernel-server restart
  
 
/opt/ltsp/i386/etc/lts.conf
 
/opt/ltsp/i386/etc/lts.conf

Versione delle 16:43, 11 feb 2012

Guida all'installazione di un'aula con LTSP e iTALC: Installare:

apt-get install ltsp-server apt-get install ltsp-server-standalone apt-get install nfs-kernel-server apt-get install italc-master

ltsp-build-client --arch i386

/etc/ltsp/dhcpd.conf sistemare ip

/etc/dhcp/dhcpd.conf include "/etc/ltsp/dhcpd.conf";

/etc/exports /opt/ltsp *(ro,no_root_squash,async,no_subtree_check)

Riavviare i servizi: /etc/init.d/isc-dhcp-server restart /etc/init.d/nfs-kernel-server restart

/opt/ltsp/i386/etc/lts.conf START_ITALC=True

/etc/default/tftpd-hpa RUN_DAEMON="yes"

chroot /opt/ltsp/i386/ apt-get install italc-client

ica -role teacher -createkeypair cp /etc/italc/keys/public/teacher/key /opt/ltsp/i386/etc/italc/keys/public/teacher/key