Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 527
    • Issues 527
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 100
    • Merge requests 100
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • BINDBIND
  • Issues
  • #1833

Closed
Open
Created May 09, 2020 by Jonny@jonnylondon

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.)

Assignee
Assign to
Time tracking