> What is the best approach to keep dhclient from overwriting
> /etc/resolv.conf every time it gets a new lease on an IP address?
in /etc/dhclient.conf add a couple of lines:
supersede domain-name "mydomain";
supersede domain-name-servers 192.168.3.1;
replacing as appropoiate...
> has been a frustrating search as Google has turned up next to nothing
'man dhclient' would have been a better starting point :-)
-pcf.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"