May 29, 2012
tom

DNS – IP Address does not resolve to a hostname

Question

I have AD/DNS running on a Win2003 Server, and I’m using Spiceworks. When I run a scan with SpiceWorks I get a lot of DNS errors. Mainly “IP Address does not resolve to a hostname”. And if I look at DNS all those IP errors below do not have corresponding A Records. I have close to 60 “IP Address does not resolve to a hostname” errors on the network, and I am wondering why DNS isn’t doing what it is suppose to be doing. Some are static and some are not, most are on a domain but a few are not. Most have XP but a couple are win98 or win7 clients. Most of them get rebooted every day.

I had problems with some PTRs not getting updated or non existent in the reverse lookup, and I fixed those. I do not have much experience with DNS, so this might be something easy :) hopefully… but I also do not want to make things worse. Any help would be appreciated.

192.168.180.144 → does not resolve → 192.168.180.144
IP Address does not resolve to a hostname192.168.180.145 → does not resolve → 192.168.180.145
IP Address does not resolve to a hostname192.168.180.146 → does not resolve → 192.168.180.146
IP Address does not resolve to a hostname192.168.180.151 → does not resolve → 192.168.180.151
IP Address does not resolve to a hostname192.168.180.157 → does not resolve → 192.168.180.157
IP Address does not resolve to a hostname192.168.180.165 → does not resolve → brn_8e21a8
IP Address does not resolve to a hostname192.168.180.172 → does not resolve → 192.168.180.172
IP Address does not resolve to a hostname192.168.180.179 → does not resolve → 192.168.180.179
IP Address does not resolve to a hostname
Asked by Logman

Answer

As you seem to have a grasp on, the issue is with your rDNS zone and the PTR records within it.

That being said, rDNS zones and PTR records are not required for the proper operation of AD or AD DNS. Unless you have specific needs or requirements that there be a functioning rDSN zone I would ignore these Spiceworks messages. Your AD, DNS, and all clients (workstations and servers) will all function perfectly happily without a rDNS zone.

Answered by joeqwerty

Related posts:

  1. How can I make my AD DNS server resolve requests for an Internet DNS record to an internal IP address for internal clients?
  2. dns server that would resolve any domain to 192.168.1.1
  3. DNS can’t resolve hostname; nslookup can
  4. Resolve the same DNS name to different IPs depending on client IP network
  5. Make server use it’s own DNS first to resolve domain names

Leave a comment