subnet 192.168.1.0 netmask 255.255.255.0 { # --- default gateway range dynamic-bootp 192.168.1.32 192.168.1.250; option domain-name "wendellfreelibrary.org"; option domain-name-servers 192.168.1.254, 66.82.4.8; option broadcast-address 192.168.1.255; option routers 192.168.1.254; option subnet-mask 255.255.255.0; option time-offset -18000; # Eastern Standard Time option time-servers 192.168.1.254; use-host-decl-names on; group { filename "/pxelinux.0"; option root-path "server1.wendellfreelibrary.org:/nfsroot"; next-server 192.168.1.254; host catalog { # New catalog box hardware ethernet 00:40:ca:80:db:a9; fixed-address 192.168.1.20; option host-name "catalog.wendellfreelibrary.org"; filename "/pxelinux.0"; option root-path "server1.wendellfreelibrary.org:/nfsroot"; next-server 192.168.1.254; } host station1 { # New box adult station hardware ethernet 00:40:ca:7a:b4:b5; fixed-address 192.168.1.21; option host-name "station1.wendellfreelibrary.org"; } host station2 { # New box adult station hardware ethernet 00:40:ca:21:74:a1; fixed-address 192.168.1.22; option host-name "station2.wendellfreelibrary.org"; } host kidsone { # Existing kidsone (Linux) hardware ethernet 00:40:ca:a7:64:4d; fixed-address 192.168.1.25; option host-name "kidsone.wendellfreelibrary.org"; } host station4 { # Existing thick client hardware ethernet 00:10:5A:98:21:9E; fixed-address 192.168.1.24; option host-name "station4.wendellfreelibrary.org"; } host spare { # spare hardware ethernet 00:00:00:00:00:00; fixed-address 192.168.1.23; option host-name "kidsone.wendellfreelibrary.org"; } host kidstwo { #Existing kidstwo (MS-Windows) hardware ethernet 00:07:e9:ec:cd:12; fixed-address 192.168.1.26; option host-name "kidstwo.wendellfreelibrary.org"; } host librarian { # Rosie's Linux box hardware ethernet 00:40:ca:a7:67:07; fixed-address 192.168.1.27; option host-name "librarian.wendellfreelibrary.org"; } host clearwater { # Thin Dell Librarian workstation hardware ethernet 00:40:ca:8b:78:46; fixed-address 192.168.1.28; option host-name "clearwater.wendellfreelibrary.org"; } host circdesk { # Reserved for CircDesk box hardware ethernet 00:00:00:00:00:00; fixed-address 192.168.1.29; option host-name "circdesk.wendellfreelibrary.org"; } } } ddns-update-style ad-hoc;