# Sample configuration file for ISCD dhcpd # # Make changes to this file and copy it to /etc/dhcpd.conf # default-lease-time 21600; max-lease-time 21600; option subnet-mask 255.255.255.0; option broadcast-address 192.168.1.255; option routers 192.168.1.4; option domain-name-servers 192.168.1.4; option ip-forwarding on ; option domain-name "dkuug.dk"; option root-path "192.168.1.4:/opt/ltsp/i386"; shared-network WORKSTATIONS { subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.128 192.168.1.254; # range 192.168.1.128 192.168.1.254; # range dynamic-bootp 192.168.1.128 192.168.1.254; } } group { use-host-decl-names on; option log-servers 192.168.1.4; host ws002 { # hardware ethernet 00:80:ad:8d:a5:6e; hardware ethernet 00:80:ad:8d:a5:6f; fixed-address 192.168.1.2; filename "/lts/vmlinuz-2.4.9-ltsp-5"; ## option option-128 e4:45:74:68:00:00; #This is NOT a MAC address ## option option-129 "NIC=ne IO=0x300"; } host ws003 { hardware ethernet 00:D0:09:30:6A:1C; fixed-address 192.168.1.3; filename "/lts/vmlinuz-2.4.9-ltsp-5"; } host ws005 { hardware ethernet 00:a0:24:2a:75:31; fixed-address 192.168.1.5; filename "/lts/vmlinuz-2.4.9-ltsp-5"; # for old X servers option option-128 e4:45:74:68:00:00; #This is NOT a MAC address option option-129 "NIC=3c509 IRQ=10 IO=0x210"; } host ws006 { hardware ethernet 00:a0:24:2a:75:41; fixed-address 192.168.1.6; filename "/lts/vmlinuz-2.4.9-ltsp-5"; # for old X servers option option-128 e4:45:74:68:00:00; #This is NOT a MAC address option option-129 "NIC=3c509 IRQ=10 IO=0x210"; } host ws007 { hardware ethernet 00:a0:24:9d:f3:74; fixed-address 192.168.1.7; filename "/lts/vmlinuz-2.4.9-ltsp-5"; # for old X servers option option-128 e4:45:74:68:00:00; #This is NOT a MAC address option option-129 "NIC=3c509 IRQ=10 IO=0x210"; } host ws008 { hardware ethernet 00:60:94:1f:38:b6; fixed-address 192.168.1.8; filename "/lts/vmlinuz-2.4.9-ltsp-5"; } }