Authoritative answer from nslookup

  • Thread starter Thread starter tecka
  • Start date Start date
T

tecka

How I can get authoritative answer for some domain from nslookup.
Anytime i try "nslookup domainname.suffix" program give me back
non-authoritative answer.

L.
 
In
tecka said:
How I can get authoritative answer for some domain from nslookup.

By querying the authoritative DNS server.
Anytime i try "nslookup domainname.suffix" program give me back
non-authoritative answer.

That is because the DNS server you are querying is not authoritative for the
domain and it has to get the answer from somewhere else.
 
By querying the authoritative DNS server.

Ehm.... Aha :-))))
That is because the DNS server you are querying is not authoritative for the
domain and it has to get the answer from somewhere else.
Of course, my stupid question. Thank...

P.L.
 
By querying the authoritative DNS server.
Ehm.... Aha :-))))

Of course, my stupid question. Thank...

Not a stupid question at all; most people are not smart enough
to even ask it.

[It was a 'naive question' (which is not a criticism and) which
means that it came from a lack of experience or sophistication
on the subject. Keep asking....]

Btw, do you understand that the first time you query a non-authoritative
server (e.g., your own DNS server when looking for an external
zone domain name) then it MIGHT give you an authoritative answer
if it had to go ask the authoritative server.

That is, if the name isn't already in cache on your own server.

The next time (in a short period) it will practically always give
back the cached or non-authoritative answer (unless TTL expires
or someone explicitly clears your server cache, etc.)
 
Back
Top