From owner-freebsd-questions Thu Sep 18 23:16:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA16114 for questions-outgoing; Thu, 18 Sep 1997 23:16:30 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA16105 for ; Thu, 18 Sep 1997 23:16:25 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id PAA03598; Fri, 19 Sep 1997 15:46:11 +0930 (CST) Message-ID: <19970919154611.34675@lemis.com> Date: Fri, 19 Sep 1997 15:46:11 +0930 From: Greg Lehey To: dg@root.com Cc: "Jamil J. Weatherbee" , questions@FreeBSD.ORG Subject: Re: NAMESERVER Setup Problems References: <19970919130706.11719@lemis.com> <199709190505.WAA26780@implode.root.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <199709190505.WAA26780@implode.root.com>; from David Greenman on Thu, Sep 18, 1997 at 10:05:04PM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Sep 18, 1997 at 10:05:04PM -0700, David Greenman wrote: >> On Thu, Sep 18, 1997 at 08:07:28PM -0700, Jamil J. Weatherbee wrote: >>> >>> >>>> OK, let's take this apart: >>>>> >>>>> @ IN SOA acroal.com. root.acroal.com. >>>>> ( 1997091200 ; serial >>>>> 10800 ; refresh >>>>> 900 ; retry >>>>> 604800 ; expire >>>>> 43200 ) ; minimum >>> >>> >>> Thats interesting, the SOA for who.cdrom.com uses these same times. >> >> So it does. It doesn't make it right. > > Wrong. Not only is the refresh number not too short, but in fact it should > probably be even shorter - 3 hours is a rather long time between serial number > checks. Paul Vixie recently suggested that this should be on the order of 30 > minutes or less. I disagree compeletely. This just creates unneccessary network traffic. The refresh time should reflect the frequency of your configuration changes. Most systems don't change their DNS configuration significantly more than once a month, and usually it's planned. Of course, the *correct* way to do it would be to find a way to inform systems which have queried the zone in the previous seconds. Greg