set domain name 

Newsgroups:  gmane.linux.debian.user
Date:        Fri, 06 Oct 2006 18:16:28 +0100
> > Also, eveytime I change resolv.conf it gets changed back to something
> > else...
>
> I think he means that his resolv.conf gets overwritten by the information
> provided by the dhcp server as discussed here (with solution):
>
> http://forums.debian.net/viewtopic.php?t=7239[]

in short, he probably needs in /etc/dhclient.conf

prepend domain-name-servers 127.0.0.1;

and perhaps also

supersede domain-name "mydomain.tld";

they should already be in there commented out, just needs to uncomment and put in correct data.

Richard Lyons