Vwaju wrote:
> My domain is obliqueuniverse.org. I want to check to make sure that
> the parent zone's nameservers have properly delegated to my domain.
>
> I believe the following command outputs all-and-only TLD nameservers
> for the .org TLD:
>
> % nslookup -type=ns org.
>
> Server: 192.168.2.2
> Address: 192.168.2.2#53
>
> Non-authoritative answer:
> org nameserver = tld1.ultradns.net.
> org nameserver = tld2.ultradns.net.
> org nameserver = a0.org.afilias-nst.info.
> org nameserver = b0.org.afilias-nst.org.
> org nameserver = c0.org.afilias-nst.info.
> org nameserver = d0.org.afilias-nst.org.
>
> Authoritative answers can be found from:
> a0.org.afilias-nst.info internet address = 199.19.56.1
> a0.org.afilias-nst.info has AAAA address 2001:500:e::1
> b0.org.afilias-nst.org internet address = 199.19.54.1
> b0.org.afilias-nst.org has AAAA address 2001:500:c::1
> c0.org.afilias-nst.info internet address = 199.19.53.1
> c0.org.afilias-nst.info has AAAA address 2001:500:b::1
> d0.org.afilias-nst.org internet address = 199.19.57.1
> d0.org.afilias-nst.org has AAAA address 2001:500:f::1
> tld1.ultradns.net internet address = 204.74.112.1
> tld1.ultradns.net has AAAA address 2001:502:d399::1
> tld2.ultradns.net internet address = 204.74.113.1
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> When I query tld2.ultradns.net (the last one in the list) , I get what
> I think is confirmation of correct delegation:
>
> % nslookup -type=ns -norecurse obliqueuniverse.org tld2.ultradns.net
>
> Server: tld2.ultradns.net
> Address: 204.74.113.1#53
>
> Non-authoritative answer:
> *** Can't find obliqueuniverse.org: No answer
>
> Authoritative answers can be found from:
> obliqueuniverse.org nameserver = ns2.dns.rcn.net.
> obliqueuniverse.org nameserver = ns1.dns.rcn.net.
> obliqueuniverse.org nameserver = jupiter.obliqueuniverse.org.
> jupiter.obliqueuniverse.org internet address = 207.237.37.110
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> However, when I run the same query on any of the other nameservers
> listed, I get:
>
> "connection timed out; no servers could be reached"
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> I've tried this a number of times on different days, and I get the
> same result. Does this really mean that only one TLD nameserver is
> working for the .org domain?
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
At first sight this looks like an IPv6 issue to me.
Note that tld2.ultradns.net, the only server listed above that works
for you, is the the only server in the list without an AAAA record.
I guess that your nslookup tries to query the IPv6 addresses of the
other servers while your network doesn't support IPv6.
nslookup -type=ns -norecurse obliqueuniverse.org <server-name>
works for me for each <server-name> you listed above. My nslookup
uses only IPv4 as I've blacklisted the ipv6 kernel module.
Regards,
Kees.
--
Kees Theunissen.
|