Skip to content

Overriding DHCP Server-Provided Settings with ISC’s dhclient

To override settings offered by a DHCP server, useĀ /etc/dhclient.conf. For instance, to prepend a DNS server to the server-provided list and change the domain name, use:

prepend domain-name-servers 127.0.0.1;
supersede domain-name "int.hurricane-ridge.com";

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*