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

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to