I have a resolv.conf that says:

; generated by /usr/sbin/dhclient-script

That's fine. But I need to add a custom domain to my search path that
isn't supplied by the DHCP server. According to the documentation,
adding the following to /etc/dhcp/dhclient.conf should be enought to
do this:

interface "p4p1"
{
        append domain-name "mydomain.example.com.";
}

However, it doesn't work, and the generated resolv.conf doesn't
contain the domain I want. I can add a SEARCH entry to
/etc/sysconfig/networking, but that overrides the server supplied
search path, rather than appends to it. Does anyone have any ideas on
what I can do to achieve what I want?

Tet

-- 
I saw cout being shifted "Hello world" times to the left and stopped
right there. — Steve Gonedes
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to