diff --git a/etc/dhcp/dhclient.conf b/etc/dhcp/dhclient.conf new file mode 100644 index 0000000..fe042c2 --- /dev/null +++ b/etc/dhcp/dhclient.conf @@ -0,0 +1,13 @@ +option rfc3442-classless-static-routes code 121 = array of unsigned integer 8; +option url code 225 = text; +option monitor code 226 = text; +option watchdog code 227 = array of ip-address; +option screen code 228 = text; + + +send host-name = gethostname(); +request subnet-mask, broadcast-address, time-offset, routers, + domain-name, domain-name-servers, domain-search, host-name, + dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn, dhcp6.sntp-servers, + netbios-name-servers, netbios-scope, interface-mtu, + rfc3442-classless-static-routes, ntp-servers, url, monitor, watchdog, screen; \ No newline at end of file