summaryrefslogtreecommitdiff
path: root/scripts/dhclient.conf
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dhclient.conf')
-rw-r--r--scripts/dhclient.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/dhclient.conf b/scripts/dhclient.conf
index 4b206a3b..dc116ef1 100644
--- a/scripts/dhclient.conf
+++ b/scripts/dhclient.conf
@@ -1,3 +1,5 @@
send host-name "<hostname>";
-request subnet-mask, broadcast-address, time-offset, routers,
- domain-name, domain-name-servers, host-name;
+request subnet-mask, broadcast-address, routers, host-name,
+ domain-search, domain-name, domain-name-servers,
+ time-offset, time-servers, ntp-servers, interface-mtu;
+require subnet-mask, domain-name-servers;