I'm having a problem with dhclient on FreeBSD-4.10, where I can't seem
to get it to work properly.
My ISP uses DHCP (Comcast), and I want to use my own "named" instance,
opting to forward to theirs. According to the dhclient.conf manpage, I
should be able to do either of these:
interface "fxp0" {
prepend domain-name-servers 192.168.1.1;
}
# supersede domain-name-servers 127.0.0.1;
# supersede domain-name-servers 192.168.1.1;
And I've tried both, they do not work.
So, either I'm doing something wrong (very likely) or I've run across a bug.
Thanks.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"