Same DN/IP for domain and DNS ok?

Dave Lers davelers at home.com
Tue May 2 21:59:53 UTC 2000


On 2 May 2000 13:22:38 -0700, Barry Margolin <barmar at genuity.net>
wrote:

First it seems every newsgroup has some top notch people contributing
and my hat is off to you Barry.
>
>You need the line:
>
>$TTL 43200
>
>before the SOA record.  The last field in the SOA record is no longer the
>default_ttl, it's the ncache_ttl, and the $TTL directive specifies the
>default TTL.

That explains the "No default TTL set..." errors in my logs. Changed
my zone file (below) and got rid of the error. Looks like my
root.cache was out of date as well. I, or the folks at linuxconf, need
to do some updating.

$TTL 43200
@		IN	SOA	dalrun.com.	dave.dalrun.com. (
			2000043003 ; serial
			3600 ; refresh
			900 ; retry
			1209600 ; expire
			43200 ; ncache_ttl
			)
@		IN	MX	5	dalrun.com.
@		IN	NS	dalrun.com.
@		IN	A	24.16.244.57
www		IN	CNAME	dalrun.com.
localhost		IN	A	127.0.0.1


Thanks Barry

-- 
Dave Lers
http://www.BaywoodDesign.com/



More information about the bind-users mailing list