nslookup issue - works with other clients
Summary
nslookup fails to find nameservers on this domain, but others work ok. Other nameserver look up tools don't suffer this problem
BIND version used
(Paste the output of named -V
.)
nslookup
Steps to reproduce
$ nslookup -type=ns spaceinthecity.ca Server: 127.0.0.53 Address: 127.0.0.53#53
Non-authoritative answer: *** Can't find spaceinthecity.ca: No answer
Authoritative answers can be found from:
What is the current bug behavior?
See above.
What is the expected correct behavior?
$ nslookup -type=ns google.com Server: 127.0.0.53 Address: 127.0.0.53#53
Non-authoritative answer: google.com nameserver = ns1.google.com. google.com nameserver = ns4.google.com. google.com nameserver = ns2.google.com. google.com nameserver = ns3.google.com.
Authoritative answers can be found from:
$ nslookup -version nslookup 9.11.3-1ubuntu1.11-Ubuntu
Online web tool finds the nameservers
https://intodns.com/spaceinthecity.ca Nameserver records returned by the parent servers are:
dns.rebel.com. ['54.236.79.66', '54.236.227.139'] (NO GLUE) [TTL=86400] dns2.rebel.com. ['54.200.36.152', '54.200.67.125'] (NO GLUE) [TTL=86400]
any.ca-servers.ca was kind enough to give us that information.
Relevant configuration files
NA
Relevant logs and/or screenshots
see above.
Possible fixes
(If you can, link to the line of code that might be responsible for the problem.)