Easy DNS Question

D

Dave

Hi all,

I have a very simple DNS question:

When querying my DNS server, NSLOOKUP tells me "DNS request
timed out. Timeout was 2 seconds," but then successfully
returns the requested name and address. This is true for
both authoritative and non-authoritative requests. For example:
Server: ns1.mysite.com
Address: 123.123.123.123

DNS request timed out.
timeout was 2 seconds.
Name: www.mysite.com
Address: 234.234.234.234

So, if I'm getting a correct answer, then who is timing
out? Who is providing the answer?

Any help is greatly appreciated.
 
H

Herb Martin

Dave said:
When querying my DNS server, NSLOOKUP tells me "DNS request
timed out. Timeout was 2 seconds," but then successfully
returns the requested name and address. This is true for
both authoritative and non-authoritative requests. For example:


DNS request timed out.
timeout was 2 seconds.
Name: www.mysite.com
Address: 234.234.234.234

So, if I'm getting a correct answer, then who is timing
out? Who is providing the answer?

Perhaps there are multiple choices, either on the
client configuration or the DNS server is using such
for forwarders, or the authoritative DNS zone has such.

The first one listed is timing out -- probably the latter,
the authoritative domain/zone DNS.

Try NSLookup using the default as you have done above,
then each DNS server in the (possible) chain:

You will IPConfig /all to know all the possibilities of
your client. Try each.

nslookup www.mysite.com DNS.Server.IP.Address

Then use each to get the NS records for the authoritative
DNS zone:

nslookup -ns=mysite.com DNS.Server.IP.Address


Now, try each of those directly.

nslookup -ns=mysite.com eachAuthoritative.DNS.Server.IP
 
D

Dave

Thanks a million, Herb. This is VERY helpful. I'll give
it a try (after the Game, of course)....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

DNS 1
nslookup periodic failure 2
Request time out when run nslookup 2
DNS Forwarding Not Work 2
dns timeout and suffixes 3
NSLOOKUP Question 2
nslookup 1
problem resolving yahoo.com mx records 3

Top