Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2004 12:16:17 +0100
From:      Dick Davies <rasputnik@hellooperator.net>
To:        Jonathon McKitrick <jcm@FreeBSD-uk.eu.org>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: How do I eliminate resolver delay??
Message-ID:  <20040420111616.GA18460@lb.tenfour>
In-Reply-To: <20040416181258.GC91692@dogma.freebsd-uk.eu.org>
References:  <20040416175916.GB91692@dogma.freebsd-uk.eu.org> <20040416180648.72146.qmail@web14609.mail.yahoo.com> <20040416181258.GC91692@dogma.freebsd-uk.eu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Jonathon McKitrick <jcm@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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040420111616.GA18460>