Date: Mon, 7 Jun 1999 09:37:11 -0700 (PDT) From: Dan Busarow <dan@dpcsys.com> To: matt <matt@AIC-GW.MLINK.NET> Cc: FreeBSD-QUESTIONS <questions@FreeBSD.ORG> Subject: Re: BIND 8.2 Question.. Message-ID: <Pine.BSF.3.96.990607092345.25710B-100000@java.dpcsys.com> In-Reply-To: <Pine.BSF.4.10.9906070830270.31842-100000@aic-gw.mlink.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 7 Jun 1999, matt wrote:
> I've read the mans and even the bloody book, but I can't seem
> to find how to fix this problem of mine.. I know that I have to set a
> "default" TTL but I don't know where to set it... Message follows:
>
> Jun 5 16:35:19 aic-gw named[109]: Zone "xx/xx.xx.xxx.xxx.in-addr.arpa"
> (file masters/db.xxx.xxx.xxx): No default TTL set using SOA minimum
> instead
>
> I get that on all my files... My SOA entries look like this:
>
> @ IN SOA xxxxxxxxx. xxx.xxxxxxxxxx.
> (
> 1999052700 ; Serial
> 10800 ; Refresh after 3 hours
> 3600 ; Retry after 1 hour
> 604800 ; Expire after 1 week
> 3600 ) ; Minimum TTL of 1 hour
An explicit directive for TTL was defined in RFC2308
"
4 - SOA Minimum Field
The SOA minimum field has been overloaded in the past to have three
different meanings, the minimum TTL value of all RRs in a zone, the
default TTL of RRs which did not contain a TTL value and the TTL of
negative responses.
Despite being the original defined meaning, the first of these, the
minimum TTL value of all RRs in a zone, has never in practice been
used and is hereby deprecated.
[...]
The Master File format [RFC 1035 Section 5] is extended to include
the following directive:
$TTL <TTL> [comment]
"
Bind 8.2 started complaining (everything still works) if it is missing.
Add it before the start of your SOA like
$TTL 86400
@ IN SOA doheny.BEACH.NET. dan.doheny.BEACH.NET. (
See http://www.isc.org/bind8.2/master.html for more info on
zone files.
Dan
--
Dan Busarow 949 443 4172
Dana Point Communications, Inc. dan@dpcsys.com
Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82
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?Pine.BSF.3.96.990607092345.25710B-100000>
