Respuestas:
Puede agregar esta línea a su /etc/dhcp/dhclient.conf:
supersede domain-name-servers 8.8.8.8, 8.8.4.4;
Luego reinicie la red o ejecútelo dhclientpara realizar cambios.
De man dhclient.conf:
The supersede statement
supersede [ option declaration ];
If for some option the client should always use a locally-configured
value or values rather than whatever is supplied by the server, these
values can be defined in the supersede statement.
/etc/dhcp/dhclient.confenrequestparámetros que no desea solicitar, para DNS puede serdomain-name, domain-name-servers, domain-search.