aks
Guest
|
Posted:
Thu Oct 27, 2005 12:51 am Post subject:
DNS failure |
|
|
In my lab, I have three win2k3, one for each domain, connected over the
network.
Each server has a dns server running, and the primary DNS server is
configured to be its own and secondary DNS server is configured to the other
server. So,
server1, pars.com,
server2, bars.com,
server3, stars.com
Locally when I do nslookup <domain name> on say server1, i get the ip
address of that server, however am unable to get the ip address of server2 or
server3 when doing nslookup <domain name of server2 or server3> from server1.
This is true regardless of which server I do the test on. So, no server is
able to resolve the name to IP or IP to name for other servers in the
network. DNS and TCP/IP settings is configured with proper ip address and
other config data. Do not see any errors reported in Event Viewer or netdiag
test:dns
Also, nslookup <IP address> of the local server does not resolve to the name
of the same server i.e. on server1, nslookup server1 works fine however
nslookup 10.20.1.10 does not give back the server1's FQDN.
c:\> nslookup -d2 10.20.1.10
------------
SendRequest(), len 41
HEADER:
opcode = QUERY, id = 1, rcode = NOERROR
header flags: query, want recursion
questions = 1, answers = 0, authority records = 0, additional = 0
QUESTIONS:
10.1.20.10.in-addr.arpa, type = PTR, class = IN
------------
DNS request timed out.
timeout was 2 seconds.
timeout (2 secs)
Server: UnKnown
Address: 10.20.1.10
------------
SendRequest(), len 41
HEADER:
opcode = QUERY, id = 2, rcode = NOERROR
header flags: query, want recursion
questions = 1, answers = 0, authority records = 0, additional = 0
QUESTIONS:
10.1.20.10.in-addr.arpa, type = PTR, class = IN
------------
DNS request timed out.
timeout was 2 seconds.
timeout (2 secs) |
|