Bind 9 TTL problem

Barry Margolin barmar at genuity.net
Tue Apr 23 16:34:06 UTC 2002


In article <aa41ql$slm at pub3.rc.vix.com>,
Patrick J. Militzer <pat at metromls.com> wrote:
>Hi there,
>
>I get the following error when checking the the zone file using
>named-checkzone. It states no ttl found.

What line number is in the error message?  What's on those lines?

>Here is the zone file and it has a ttl on the second line, so what is wrong?
>
>// MILWAUKEEMLS.COM
>
>//
>
>// Domain Name: MILWAUKEEMLS.COM
>
>//
>
>$ORIGIN miwaukeemls.com.
>
>$TTL 86400
>
>@ 86400 IN SOA oceanus.mlswis.com. dnsadmin.mlswis.com. (
>
>                                        2002041900 //serial
>
>                                        10800 //refresh
>
>                                        3600 //retry
>
>                                        604800 //expire
>
>                                        86400 ); //minimum TTL
>
>                    @ IN NS oceanus.mlswis.com.
>
>                    @ IN A 205.254.210.126

In these last two lines, either move them to the left margin or remove the
'@'.  The way they are, the '@' is in the place where the records' TTLs
should be.

-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list