# # Sample configuration file for ISC dhcpd # # Make changes to this file and copy it to /etc/dhcpd.conf # ddns-update-style none; default-lease-time 21600; max-lease-time 21600; option subnet-mask 255.255.255.0; option broadcast-address 192.168.123.255; option routers 192.168.123.1; option domain-name-servers 64.59.160.13,209.53.4.130,64.59.160.15,192.168.0.23; option domain-name "ltsp.paulororke.net"; option log-servers 192.168.123.110; option root-path "192.168.123.110:/opt/ltsp/i386"; option option-211 code 211 = text; option option-128 code 128 = string; option option-129 code 129 = text; subnet 192.168.123.0 netmask 255.255.255.0 { use-host-decl-names on; option log-servers 192.168.123.110; range 192.168.123.50 192.168.123.99; } ################################################################################# # VMWare Clients # ################################################################################# group { use-host-decl-names on; host vmware_01 { hardware ethernet 00:0c:29:04:7d:0a; fixed-address 192.168.123.112; filename "/lts/2.6.9-ltsp-3/pxelinux.0"; } host vmware_02 { hardware ethernet 00:0c:29:63:0b:f2; fixed-address 192.168.123.113; filename "/lts/2.6.9-ltsp-3/pxelinux.0"; } } ################################################################################# # ThinkNICs # ################################################################################# group { use-host-decl-names on; host thinkNIC_20 { hardware ethernet 00:E0:06:E7:BA:9F; fixed-address 192.168.123.201; filename "/lts/2.6.9-ltsp-3/pxelinux.0"; } host thinkNIC_24 { hardware ethernet 00:E0:06:E8:63:23; fixed-address 192.168.123.202; filename "/lts/2.6.9-ltsp-3/pxelinux.0"; } host thinkNIC_23 { hardware ethernet 00:E0:06:E8:58:24; fixed-address 192.168.123.203; filename "/lts/2.6.9-ltsp-3/pxelinux.0"; } host thinkNIC_06 { hardware ethernet 00:E0:06:f2:f0:16; fixed-address 192.168.123.205; filename "/lts/2.6.9-ltsp-3/pxelinux.0"; } host thinkNIC_21 { hardware ethernet 00:E0:06:E8:5b:b7; fixed-address 192.168.123.204; filename "/lts/2.6.9-ltsp-3/pxelinux.0"; } } ################################################################################# # IBM Netvista 2200s # ################################################################################# group { option option-128 e4:45:74:68:00:00; option option-211 "tftp"; host NV2200_03 { hardware ethernet 00:60:94:2A:79:fd; fixed-address 192.168.123.223; # filename "/lts/bflash.2200"; filename "/lts/vmlinux-2.4.19-LTSP-IBMNC"; } host NV2200_05 { hardware ethernet 00:60:94:2A:86:26; fixed-address 192.168.123.225; # filename "/lts/bflash.2200"; filename "/lts/vmlinux-2.4.19-LTSP-IBMNC"; } } ######################################################################### # IBM NetVista 2800s # ######################################################################### group { # NetVistas # Hit ESC on bootup for NEtVista BIOS config # Select all from DHCP # REboot # Not used when NFS booting NetVistas use-host-decl-names on; # this is NOT a MAC address option option-128 e4:45:74:68:00:00; host NetVista_97 { hardware ethernet 00:06:29:34:8c:1a; option option-211 "tftp"; fixed-address 192.168.123.97; # filename "/lts/bflash.2800"; filename "/lts/vmlinux-2.4.19-LTSP-IBMNC"; } host NetVista_98 { hardware ethernet 00:06:29:34:62:cf; option option-211 "tftp"; fixed-address 192.168.123.98; # filename "/lts/bflash.2800"; filename "/lts/vmlinux-2.4.19-LTSP-IBMNC"; } } ################################################################################# # Dell GX150s # ################################################################################# group { host gx150_19 { hardware ethernet 00:06:5B:Ad:3f:4a; fixed-address 192.168.123.119; filename "/thinstation/pxe_gx150/pxelinux.0"; } host gx150_21 { hardware ethernet 00:06:5B:Ac:57:c5; fixed-address 192.168.123.121; filename "/thinstation/pxe_gx150/pxelinux.0"; } host gx150_14 { hardware ethernet 00:06:5B:Ad:3f:3b; fixed-address 192.168.123.114; filename "/thinstation/pxe_gx150/pxelinux.0"; } } ######################################################################### # Seanix PII 400s # ######################################################################### group { #SEANIX option root-path "192.168.123.110:/opt/ltsp/i386"; use-host-decl-names on; host seanix_112 { hardware ethernet 00:0E:0C:A8:18:DE; fixed-address 192.168.123.112; filename "/thinstation/pxe_seanix/pxelinux.0"; } host seanix_113 { hardware ethernet 00:0E:0C:60:fc:6a; fixed-address 192.168.123.113; filename "/thinstation/pxe_seanix/pxelinux.0"; } host seanix_114 { next-server 192.168.123.100; hardware ethernet 00:0E:0C:60:fb:df; fixed-address 192.168.123.114; filename "/thinstation/pxe_seanix/pxelinux.0"; } host seanix_117 { hardware ethernet 00:0E:0C:60:fc:fd; fixed-address 192.168.123.115; filename "/thinstation/pxe_seanix/pxelinux.0"; } } ######################################################################### # Compaq Proliant Server # ######################################################################### group { option option-128 e4:45:74:68:00:00; option option-211 "tftp"; host proliant { hardware ethernet 00:0a:5e:3e:77:9e; fixed-address 192.168.123.166; filename "/pxeboot/initrd.img"; } }