dhclient.conf + resolv.conf

J.D. Bronson jbronson at wixb.com
Fri Mar 2 21:16:36 UTC 2007


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



More information about the freebsd-questions mailing list