Re: Fwd: Failure of secondaries

"Andy Bradford" <[email protected]> 11 Sep 2010 18:13:39 -0600
Newsgroups gmane.network.djbdns
Message-ID <[email protected]>
Thus said Hal Burgiss on Sat, 11 Sep 2010 16:58:52 EDT:

> Zgreenlightsport.com:ns1.resultsbydesign.com:technical.dbswebsite.com:14400
> .greenlightsport.com::ns1.resultsbydesign.com:14400
> .greenlightsport.com::ns2.resultsbydesign.com:14400
> .greenlightsport.com::ns3.resultsbydesign.com:14400
> +greenlightsport.com:216.253.111.179:14400
> +www.greenlightsport.com:216.253.111.179:14400
> @greenlightsport.com::mailstore1.secureserver.net:10:14400
> @greenlightsport.com::smtp.secureserver.net:100:14400

You have  left out the  IP addresses for your  NS records. If  you don't
provide . with an IP for the A record it has no glue. You either need to
put an IP in there, or use a separate A record with + for them:

+ns1.resultsbydesign.com:216.253.111.178:14400
+ns2.resultsbydesign.com:216.253.111.180:14400
+ns3.resultsbydesign.com:216.253.111.163:14400

It's  likely that  tinydns  doesn't know  that it  needs  to answer  the
queries (you can  show this by looking  at your tinydns logs  on ns2 and
ns3). Neither of them respond to queries:

$ dnsq a www.greenlightsport.com ns2.resultsbydesign.com
1 www.greenlightsport.com:
timed out

Andy