DNS problem

  • Thread starter Thread starter hn
  • Start date Start date
H

hn

Hi Guru,
My DNS on win2k server just doen't work. It's been going
ok for the last 2 years. When i do a NSLOOKUP at command
prompt, I said can't find the server name for address
192.168.0.2. I went to the property, and do a test for
simple query & recursive query. They do passed. not syre
where to start and fix it.
 
Your DNS server works fine.

Nslookup, when intializing, is just trying to do you a favor by telling you
the name of your DNS server's IP address. That's it. It does that by looking
in your reverse zone. If you don't have a reverse zone, or if you do have a
reverse zone, but with no PTR entry for your DNS servers's IP address,
you'll get that message, and note, it's NOT an error, just a message.
Nslookup will still function with subsequent queries.

So either create a reverse zoner or create a PTR in your current reverse
zone for the DNS address.

--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.
This posting is provided "AS IS" with no warranties.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory
 
In
hn said:
Hi Guru,
My DNS on win2k server just doen't work. It's been going
ok for the last 2 years. When i do a NSLOOKUP at command
prompt, I said can't find the server name for address
192.168.0.2. I went to the property, and do a test for
simple query & recursive query. They do passed. not syre
where to start and fix it.

Does nslookup resolve names other than displying the "error" you have given?
That error by itself means that nslookup cannot find a PTR record for
192.168.0.2, it does not mean that DNS is not working.
Configure a working reverse lookup and this will disappear.

--
Best regards,
Kevin D4 Dad Goodknecht Sr. [MVP]
Hope This Helps
============================
http://www.lonestaramerica.com/
============================
When responding to posts, please "Reply to Group" via your
newsreader so that others may learn and benefit from your issue.
To respond directly to me remove the nospam. from my email.
==========================================
--
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
==========================================
Keep a back up of your OE settings and folders with
OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
==========================================
 
NSLookup is trying to find the PTR record for the DNS server. If you don't have the reverse lookup zone configured with the PTR record for the DNS server,
then this error will occur. It's by no means a show stopper though. DNS should function normally without it. You can certinaly create the reverse lookup if you
wish. That will keep the error from returning.

Thank you,
Mike Johnston
Microsoft Network Support

--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
 
Back
Top