Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2003 12:29:49 -0700 (PDT)
From:      John DeStefano <deesto@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   RE: how to stop resolv.conf from being updated 
Message-ID:  <20030530192949.47525.qmail@web40608.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
> I am using DHCP on a cable modem and my
> providers nameserver really sucks
> but changing my resolv.conf repairs
> the lookups for a little while then it gets
> set back to them upon bootup.
> 
> how do i make it stay the way i set it.

Maybe this info from "man dhclient.conf" will be helpful?
 
The do-forward-updates statement
        do-forward-updates [ flag ] ;
If you want to do DNS updates in the DHCP client script (see dhclient-
script(8))  rather  than  having the DHCP client do the update directly
(for example, if you want to use SIG(0) authentication,  which  is  not
supported  directly by the DHCP client, you can instruct the client not
to do the update using the do-forward-updates statement.   Flag  should
be  true if you want the DHCP client to do the update, and false if you
don't want the DHCP client to do the update.    By  default,  the  DHCP
client will do the DNS update.
 
~John


---------------------------------
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).



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