Date: Fri, 02 Mar 2007 15:16:33 -0600 From: "J.D. Bronson" <jbronson@wixb.com> To: freebsd-questions@freebsd.org Subject: dhclient.conf + resolv.conf Message-ID: <200703022116.l22LGXhS001075@cheyenne.sixcompanies.com>
next in thread | raw e-mail | index | archive | help
I am trying to have dhclient setup my resolv.conf perfect.
I am very close.
I have this in dhclient.conf:
-------------------------
interface "bge1" {
supersede domain-name "wixb.com";
prepend domain-name-servers 192.l68.1.1;
request subnet-mask, broadcast-address, routers, domain-name-servers;
}
---------------------
What this is giving me is this:
search wixb.com
nameserver 192.168.1.1
nameserver 24.94.163.100
nameserver 24.94.163.101
What I would like to do is change the 'search' to 'domain' and cant
figure out what I am missing?
-JD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703022116.l22LGXhS001075>
