Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Nov 2004 00:35:34 -0500
From:      Gerard Samuel <fbsd-questions@trini0.org>
To:        freebsdquestions <freebsd-questions@freebsd.org>
Subject:   /etc/dhclient.conf syntax?
Message-ID:  <418F05A6.7000406@trini0.org>

next in thread | raw e-mail | index | archive | help
I cant seem to get a custom version of /etc/resolv.conf to stick.
dhclient keeps overwriting it with data from my ISP's dhcp server.
This is what I have in /etc/dhclient.conf ->
interface "ed0" {
    supercede domain-name "trini0.org";
    prepend domain-name-servers 127.0.0.1;
}

And for some reason, /etc/resolv.conf *always* comes back as ->
search some_name.attbi.com
nameserver www.xxx.yyy.zzz
nameserver www.xxx.yyy.zzz

Is there anyway to make /etc/resolv.conf stick??
Thanks



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