wiki:howto/Thinclient

Version 2 (modified by Edwin Eefting, 10 years ago) (diff)

--

SYN-3 thinclient

Met de SYN-3 thinclient kunt u een diskless system over het netwerk laten booten. Dit systeem zal vervolgens een Remote Desktop sessie naar uw Terminal server kunnen opzetten.

De SYN-3 thinclient is compatible met zoveel mogelijk soorten hardware, hardware configuratie is dus niet nodig.

Configuratie tftp/samba server

De tftp server en samba server in uw netwerk moet de volgende directorystructuur hebben:

(voorbeeld op SYN-3 server)

/home/shares/tftp/thin/bzImage
/home/shares/tftp/thin/image
/home/shares/tftp/thin/initrd.gz
/home/shares/tftp/thin/start
/home/shares/tftp/thin/xinitrc
/home/shares/tftp/pxelinux.0
/home/shares/tftp/pxelinux.cfg
/home/shares/tftp/pxelinux.cfg/default

De files in de 'thin' map vind u in de attachment op deze pagina.

Configuratie dhcp server

De dhcp server moet zorgen dat uw PXE netwerk kaart de pxelinux.0 inlaad.

Voorbeeld configuratie voor ISC dhcpd op SYN-3 in /etc/dhcpd.conf:

subnet 192.168.108.0 netmask 255.255.255.0 {
  range dynamic-bootp 192.168.108.160 192.168.108.220;
  option domain-name-servers 192.168.108.140,192.168.108.140;
  option routers 192.168.108.254;
  option domain-name "domain.local";
  next-server 192.168.108.254;
  filename "pxelinux.0";
}

Attachments (1)