Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2002 14:05:20 -0900
From:      Beech Rintoul <akbeech@anchoragerescue.org>
To:        Server Admin <admin@sage-one.net>, freebsd-questions@freebsd.org
Subject:   Re: Stop overwrite of resolv.conf
Message-ID:  <20020313230521.3F2C5F8@nebula.anchoragerescue.org>
In-Reply-To: <3.0.5.32.20020313164008.01178868@mail.sage-one.net>
References:  <3.0.5.32.20020313164008.01178868@mail.sage-one.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 13 March 2002 01:40 pm, Server Admin wrote:
> On reboot, my resolv.conf gets (partially) overwritten and I don't want it
> to do that. I know there is a way to stop this. This very thing was
> answered several months ago, but I cannot locate the answer. Please....
> anyone?
> .... our website: http://www.sage-one.net/
>
> Best regards,
>
> Jack L. Stone
> Server Admin
>
If this is because of DHCP issues add the following to /etc/dhclient.conf.

interface  "ep0"   {
	supersede domain-name "yourdomain.com";
	prepend domain-name-servers 111.222.333.444;
}

see man dhclient.conf for more details

Beech
-- 
-------------------------------------------------------------------
Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org
/"\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -----------------------------------------------------------------












To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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