Date: Sun, 22 May 2005 14:43:05 -0400 From: Forrest Aldrich <forrie@forrie.com> To: freebsd-questions@freebsd.org Subject: dhclient on FreeBSD-4.10 Message-ID: <4290D2B9.8060307@forrie.com>
index | next in thread | raw e-mail
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.
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4290D2B9.8060307>
