K
Kevin D. Goodknecht Sr. [MVP]
In
I wouldn't say it is a good answer, it is just the answer you get from a
non-recursive DNS server, you'll only get a referral to the TLD servers for
the TLD your query is for.
I was finally able to make a query to this DNS, it is non recursive. What
that means is if it does not have the zone for the domain your querying for
you'll get a referral.
See this
flags: qr aa rd; QUERY: 1, ANSWER: 9, AUTHORITY: 0, ADDITIONAL: 17
see the rd? that is where I'm asking for recursion, if recursion was
available it would be followed by an ra like this one:
flags: qr rd ra; QUERY: 1, ANSWER: 9, AUTHORITY: 0, ADDITIONAL: 17
Massimo said:"Kevin D. Goodknecht Sr. [MVP]" <[email protected]> ha
scritto nel messaggio
So, you're saying this kind of answer is good. Ok.
I wouldn't say it is a good answer, it is just the answer you get from a
non-recursive DNS server, you'll only get a referral to the TLD servers for
the TLD your query is for.
Interesting. I tried running a couple of network monitor
traces on my DNS server, and it looks like Libero's DNSs
time out when my DNS queries them at the end of the
recursive query. But then, when querying them using
NSLOOKUP, they answer!
What's going wrong here?!?
I was finally able to make a query to this DNS, it is non recursive. What
that means is if it does not have the zone for the domain your querying for
you'll get a referral.
See this
flags: qr aa rd; QUERY: 1, ANSWER: 9, AUTHORITY: 0, ADDITIONAL: 17
see the rd? that is where I'm asking for recursion, if recursion was
available it would be followed by an ra like this one:
flags: qr rd ra; QUERY: 1, ANSWER: 9, AUTHORITY: 0, ADDITIONAL: 17