[afnog] Help!!!
Brian Candler
B.Candler at pobox.com
Mon Jan 31 14:55:42 EAT 2005
On Mon, Jan 31, 2005 at 02:44:57PM +0100, Joe Ndidi Onwubuya wrote:
> Brian,
>
> Find below a sample of the TTL
>
> ;
> ; Zone data for domain 'cybaaspace.net'
> ;
> @ IN SOA cybaaspace.net. hostmaster.cybaaspace.net. (
> 2005012802 ; Serial
> 28800 ; Refresh
> 14400 ; Retry
> 3600000 ; Expire
> 86400 ) ; Minimum
> IN NS ns.cybaaspace.net.
> IN NS ns.skannet.com.
> IN NS ns1.cybaaspace.net.
OK, so you didn't specify any TTL on any of those records. The TTL would go
here:
host 86400 IN rrtype data
So just add '$TTL 86400' as the first line of the file to quell those
warnings.
However, they *are* just warnings, saying that because you didn't provide an
explicit TTL, it decided to use the SOA minimum value instead (86400).
Brian.
>
>
>
> ----- Original Message -----
> From: "Brian Candler" <B.Candler at pobox.com>
> To: "Joe Ndidi Onwubuya" <ndidi at cybaaspace.net>
> Cc: <afnog at afnog.org>
> Sent: Monday, January 31, 2005 2:25 PM
> Subject: Re: [afnog] Help!!!
>
>
> >On Mon, Jan 31, 2005 at 01:58:13PM +0100, Joe Ndidi Onwubuya wrote:
> >>Brian,
> >>
> >>After setting up the zone files, this is the error message i am getting:
> >>
> >>212.100.64.rev:4: no TTL specified; using SOA MINTTL instead
> >>
> >>And i have TTL as 86400, What can i do:
> >
> >The error is in or around line 4 of the file. Can you post the first four
> >lines of the file?
> >
> >Most likely you can fix this by putting
> >
> >$TTL 86400
> >
> >as the first line of the file, as this sets the default TTL for all
> >subsequent records. Without seeing the file, I can only guess that you did
> >not put a TTL on the SOA record or one of the NS records; but setting the
> >default TTL is the easiest fix.
> >
> >Brian.
> >
>
>
>
More information about the afnog
mailing list