Request time out when run nslookup

A

AVP

when i run nslookup on my email server a dns request time
out message appear as below :
c:\>nslookup
Default Server: cns3.tm.net.my
Address: 202.188.0.133

DNS request timed out.
timeout was 2 seconds.
Non-authoritative answer:
Name: xxx.com
Address: 129.33.xx.xx

is it normal. if not what should i do ?
 
R

Roland Hall

in message : when i run nslookup on my email server a dns request time
: out message appear as below :
: c:\>nslookup
: Default Server: cns3.tm.net.my
: Address: 202.188.0.133
:
: DNS request timed out.
: timeout was 2 seconds.
: Non-authoritative answer:
: Name: xxx.com
: Address: 129.33.xx.xx
:
: is it normal. if not what should i do ?

The timeout is for the non-authoritative answer for the DNS lookup and not
necessarily a problem with your email server.

You could perform the request directly on the authoritative server:

nslookup -q=any xxx.com ns.xxx.com

This assumes ns.xxx.com is the primary DNS for xxx.com.

HTH...

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Online Support for IT Professionals -
http://support.microsoft.com/servicedesks/technet/default.asp?fr=0&sd=tech
How-to: Windows 2000 DNS:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;308201
 

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

nslookup 1
nslookup periodic failure 2
DNS 1
DNS Forwarding Not Work 2
NSLOOKUP Question 2
Easy DNS Question 2
Record exists on DNS servers, but nslookup fails 1
dns timeout and suffixes 3

Top