Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 08:42:23 -0500 (CDT)
From:      Conrad Sabatier <conrads@home.com>
To:        Rodney Dickerson <rdickers@columbus.rr.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   RE: DNS entries
Message-ID:  <XFMail.20010821084223.conrads@home.com>
In-Reply-To: <007101c12a35$104364d0$0200000a@chrome>

next in thread | previous in thread | raw e-mail | index | archive | help

On 21-Aug-2001 Rodney Dickerson wrote:
> I am using roadrunner dhcp, and they assign dns servers.  Is it possible to
> override the servers that they assign and use my dns servers?  It is causing
> problems with sendmail to my domain, since I think that rr will not update
> their servers with a legal hostname that points to one of their dhcp
> addresses.  Thanks

In your /etc/dhclient.conf, use something like:

interface "foo0"
{
        prepend domain-name-servers 127.0.0.1; #or whatever
        send host-name "base-hostname"; #minus all the domain parts
}

-- 
Conrad Sabatier
conrads@home.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20010821084223.conrads>