On Mar 13, 2014, at 14:05 , Mike <[email protected]> wrote:
> Hi,
>
> 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.