On Thu, 8 Feb 2007, [EMAIL PROTECTED] wrote:
> Nick Holland had mentioned in one of his e-mails that by "changing two lines"
> of the dhclient-script, he could prevent the 'resolv.conf' file from being
> over-written by his ISP.
>
> This is how I want my 'resolv.conf' looks like :-
> domain my-domain-name.com
> nameserver 127.0.0.1
> lookup file bind
>
> I did 'googled' but could not find the information I needed. Can someone
> be kind enough to enlighten me off-list ? Thanks.
This is better:
Check man dhclient.conf
supersede domain-name-servers 127.0.0.1
-Otto