On 2007-05-29, Troy Piggins wrote: > Trouble is, every so often dhclient seems to overwrite > /etc/resolv.conf with the ISP's nameservers and the localhost > entry gets wiped. Putting this in the right part of your dhclient.conf file is the documented way to handle this problem: prepend domain-name-servers 127.0.0.1; Cheers, Greg