TTL

Chip Old fold at bcpl.net
Fri Aug 17 14:01:34 UTC 2001


On Fri, 17 Aug 2001, Madan Rai wrote:

> [snip]
> Aug 17 18:54:55 ns1 named[983]: Zone "lederwaren-ask.de" (file
> l/p-lederwaren-ask.de): No default  TTL ($TTL <value>) set, using SOA
> minimum instead.
>
> @                IN       SOA        ns1.abcd.com.
> hostmaster.abcd.com.  (
>                3000000113        ;serial
>                10800             ;refresh 3 hours
>                3600              ;retry 1 hour
>                604800            ;expire 1 week
>                18000   )             ;default TTL 5 HRS
> [snip]

You need to add something like this abofe the SOA record:

$TTL 18000 ; Default TTL 5 hours

In recent BIND (8.2.0 and up IIRC) the TTL value within the SOA record is
is used for cached negative responses.  You might want to reset that to
one or two hours.  The default TTL is now specified in the $TTL statement
above the SOA record.

-- 
Chip Old (Francis E. Old)             E-Mail:  fold at bcpl.net
Manager, BCPL Network Services        Phone:   410-887-6180
Manager, BCPL.NET Internet Services   FAX:     410-887-2091
320 York Road
Towson, MD 21204  USA



More information about the bind-users mailing list