15 lines
657 B
Plaintext
15 lines
657 B
Plaintext
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
|
|
|
|
send host-name = gethostname();
|
|
request subnet-mask, broadcast-address, time-offset, routers,
|
|
domain-name, host-name,
|
|
domain-name-servers, domain-search, ntp-servers,
|
|
rfc3442-classless-static-routes;
|
|
|
|
# Pin DNS and NTP to the redundant pfv-netinfra-01/02 pair regardless of what
|
|
# the DHCP server advertises, so every host on this build uses the same
|
|
# authoritative recursive resolvers and time sources.
|
|
supersede domain-name-servers 192.168.3.252, 192.168.3.253;
|
|
supersede domain-search "knel.net";
|
|
supersede ntp-servers 192.168.3.252, 192.168.3.253;
|