Date: Mon, 5 Jun 2006 13:23:56 -0600 (MDT) From: Lyndon Nerenberg <lyndon@orthanc.ca> To: Damian Gerow <dgerow@afflictions.org> Cc: freebsd-stable@freebsd.org Subject: Re: [OT] resolv.conf and dhclient Message-ID: <20060605131957.P74433@orthanc.ca> In-Reply-To: <20060605134049.GB99893@afflictions.org> References: <44842282.6050409@veldy.net> <448428D8.5030501@orchid.homeunix.org> <20060605134049.GB99893@afflictions.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Unfortunately, supersede doesn't cut it (for me).
>
> I have two interfaces, one wired and one wireless. Both addresses are
> negotiated via DHCP. However, I do /not/ want to use the DNS servers
> provided via the wireless connection.
interface "ath0" {
supersede domain-name "orthanc.ca";
supersede domain-name-servers 127.0.0.1;
}
interface "bge0" {
supersede domain-name "orthanc.ca";
supersede domain-name-servers 127.0.0.1;
}
And then just run a local instance of named.
--lyndon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060605131957.P74433>
