# # dhcpd.conf used for CCPCs at CERN # deny unknown-clients; ddns-update-style none; subnet 137.138.0.0 netmask 255.255.0.0 { not authoritative; # use this! } # # group definition for serving CCPCs for a dhcpd.conf file valid at CERN # group ccpc-slc4 { option routers 137.138.1.1; option domain-name-servers 137.138.16.5; option domain-name "cern.ch"; option time-servers 137.138.142.66; option root-path "137.138.142.66:/ccpc"; next-server 137.138.142.66; filename "slc-2.6.9-1.EL.ccpc.nbi"; # # each CCPC gets an entry like this # host pclbcc00 { # Niko's office hardware ethernet 00:30:59:01:7e:e0; fixed-address 137.138.142.13; option host-name "pclbcc00"; } }