# Sample configuration file for ISCD dhcpd # # Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd # once you adjusted this file and copied it to /etc/dhcpd.conf. # ddns-update-style ad-hoc; default-lease-time 21600; max-lease-time 21600; option subnet-mask 255.255.255.0; option broadcast-address 192.168.0.255; option routers 192.168.0.1; option domain-name-servers 192.168.0.1; option domain-name "home"; option root-path "192.168.0.2:/opt/ltsp/i386"; option option-128 code 128 = string; option option-129 code 129 = text; shared-network WORKSTATIONS { use-host-decl-names on; option log-servers 192.168.0.2; subnet 192.168.0.0 netmask 255.255.255.0 { pool { range 192.168.0.100 192.168.0.200 } } } group { host ws001 { hardware ethernet 00:0c:29:e2:32:c3; fixed-address 192.168.0.101; filename "lts/vmlinuz-2.4.24-ltsp-4"; option option-128 e4:45:74:68:00:00; option option-129 "NIC=pcnet32"; } }