Skip to content

Commit

Permalink
fix(network-legacy): add missing options to dhclient.conf
Browse files Browse the repository at this point in the history
Adding the following commonly used options to dhclient.conf
- netbios-name-servers
- netbios-scope
- ntp-servers
- dhcp6.domain-search
- dhcp6.fqdn
- dhcp6.name-servers
- dhcp6.sntp-servers
  • Loading branch information
johannbg authored and haraldh committed Apr 28, 2021
1 parent ba92d1f commit abfd547
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules.d/35network-legacy/dhclient.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ send dhcp-client-identifier = hardware;

request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, domain-search, host-name,
root-path, interface-mtu, classless-static-routes;
root-path, interface-mtu, classless-static-routes,
netbios-name-servers, netbios-scope, ntp-servers,
dhcp6.domain-search, dhcp6.fqdn,
dhcp6.name-servers, dhcp6.sntp-servers;

0 comments on commit abfd547

Please sign in to comment.