From owner-freebsd-questions Tue Aug 21 6:42:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id 1AA4D37B408 for ; Tue, 21 Aug 2001 06:42:30 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.11.5/8.11.4) id f7LDgNL53245; Tue, 21 Aug 2001 08:42:23 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <007101c12a35$104364d0$0200000a@chrome> Date: Tue, 21 Aug 2001 08:42:23 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: Rodney Dickerson Subject: RE: DNS entries Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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