[169730] in North American Network Operators' Group
Re: .org dns trouble?
daemon@ATHENA.MIT.EDU (Matthew Pounsett)
Thu Mar 13 14:47:23 2014
From: Matthew Pounsett <matt@conundrum.com>
In-Reply-To: <5321F355.3090709@tiedyenetworks.com>
Date: Thu, 13 Mar 2014 14:46:53 -0400
To: Mike <mike-nanog@tiedyenetworks.com>
Cc: "nanog@nanog.org" <nanog@nanog.org>
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
On Mar 13, 2014, at 14:05 , Mike <mike-nanog@tiedyenetworks.com> wrote:
> Hi,
>=20
> Sorry if there's another list for this, but Im observing a strange =
problem with a .org domain. Right now when I query dns, I am getting =
only a SOA for '.org' which looks like this:
Your example query is only checking your local recursive server, which =
could be suffering from any number of problems. The org zone =
definitely has your domain in it:
$ for host in a0 a2 b0 b2 c0 d0; do echo ${host}; dig +norec +noall =
+authority IN NS somedomain.org @${host}.org.afilias-nst.info; done
a0
somedomain.org. 86400 IN NS ns1019.hostgator.com.
somedomain.org. 86400 IN NS ns1020.hostgator.com.
a2
somedomain.org. 86400 IN NS ns1019.hostgator.com.
somedomain.org. 86400 IN NS ns1020.hostgator.com.
b0
somedomain.org. 86400 IN NS ns1020.hostgator.com.
somedomain.org. 86400 IN NS ns1019.hostgator.com.
b2
somedomain.org. 86400 IN NS ns1019.hostgator.com.
somedomain.org. 86400 IN NS ns1020.hostgator.com.
c0
somedomain.org. 86400 IN NS ns1020.hostgator.com.
somedomain.org. 86400 IN NS ns1019.hostgator.com.
d0
somedomain.org. 86400 IN NS ns1020.hostgator.com.
somedomain.org. 86400 IN NS ns1019.hostgator.com.