dhclient on FreeBSD-4.10

Forrest Aldrich forrie at forrie.com
Sun May 22 11:45:15 PDT 2005


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.





More information about the freebsd-questions mailing list