From owner-freebsd-questions@FreeBSD.ORG Sun Mar 7 05:13:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B7916A4E7 for ; Sun, 7 Mar 2004 05:13:23 -0800 (PST) Received: from messenger.m00is.net (messenger.m00is.net [62.3.100.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 034BB43D39 for ; Sun, 7 Mar 2004 05:13:21 -0800 (PST) (envelope-from edmund@m00is.net) Received: from alpha (openwall.m00is.net [62.3.100.169]) by messenger.m00is.net (Postfix) with ESMTP id F1D5D868B; Sun, 7 Mar 2004 13:12:36 +0000 (GMT) From: "Edmund Craske" To: "'Wayne Sierke'" , Date: Sun, 7 Mar 2004 13:13:19 -0000 Message-ID: <008401c40445$f5d8b0d0$0464a8c0@alpha> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <1078663882.657.641.camel@ovirt.dyndns.ws> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Automatically maintaining dns server addresses from an externalrouter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 13:13:23 -0000 Well, the upstream DNS servers you use from your ISP are quite unlikely to have a change of IP address, and with the way that BIND works, when you set up forwarders, it checks them first, then runs its queries to the root servers if it can't get through. You could also configure it just to use the root servers, though this is inefficient traffic wise. I've not had experience with other DNS daemons (ie djbdns) but I'm sure they would work in a similar fashion. Ed > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Wayne Sierke > Sent: 07 March 2004 12:51 > To: freebsd-questions@freebsd.org > Subject: Automatically maintaining dns server addresses from > an externalrouter > > > As indicated in another thread (ssh disconnecting) I > currently have a D-Link router managing my dynamic-IP > Internet connection. I currently let my workstations use the > dns services provided by the router since the router "knows" > the current IP addresses for the upstream dns servers. I > would like to shift the dns services for the LAN to my > FreeBSD-5.2 server but my reluctance to date has hinged on > (avoiding) having to manually maintain the upstream dns > server addresses on the local server. > > Is there an automated way of achieving this? The first thing > that comes to mind is to do something similar to ddclient, > which reads the html status page from the router to extract > the current Internet IP address. I don't know of anything > equivalent for maintaining dns server addresses but I can > envisage it as a starting point for knocking something > together myself however I don't doubt that a better way exists! > > All the material I've seen about techniques for maintaining > IP/dns addresses seems to revolve around the machine itself > being used as a router, dhcp server, etc. Would very much > appreciate any suggestions. > > > Thanks, > > Wayne > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/free> bsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >