How do I eliminate resolver delay??

Dick Davies rasputnik at hellooperator.net
Tue Apr 20 04:16:18 PDT 2004


* Jonathon McKitrick <jcm at FreeBSD-uk.eu.org> [0414 19:14]:
> On Fri, Apr 16, 2004 at 11:06:48AM -0700, peter lageotakes wrote:
> : FYI:  If I remember correctly, running dhcpd
> : overwrites the resolve.conf.
> 
> That's what caused my problem.  I need a way to restore it when using the
> other network with assigned IPs.

> -- 
> My other computer is your Windows box.

I recognize that sig, how's it going boy? Still selling your soul
to GNUstep? :)

I walked in halfway through this, am I right in thinking you want
to use a particular nameserver no matter where you are?

If you don't want dhclient to whack your resolver, you can tell it
to append your DNS to resolv.conf:

1rasputin at lb:rasputin$ cat /etc/dhclient.conf
interface "cue0" {
         prepend domain-name-servers 127.0.0.1;
         supersede domain-name "tenfour";
         supersede host-name "lb";
}
1rasputin at lb:rasputin$

Drop me a mail off list when you get five, we'll have a cuppa.
-- 
How long a minute is depends on which side of the bathroom door you're
on.
Rasputin :: Jack of All Trades - Master of Nuns


More information about the freebsd-questions mailing list