Having a small problem. While pinging IP addresses in my network, I've noticed conflicting return data. For example, if I ping Computer-A, it will return an IP address. If I then turn around and ping the IP address it returns (ping -a IP) it will return a different computer record.
What I've narrowed it down to is DNS records conflicting with DHCP records. DHCP and WINS match up completely, but DNS contains incorrect data. Going back to Computer-A, it will look something like this:
Computer-A
Local IP: 192.168.20.122
DHCP: 192.168.20.122
WINS: 192.168.20.122
DNS: 192.168.20.121
So when I ping Computer-A, it will bring back the correct IP address (192.168.20.122). But when I ping 192.168.20.122, it bring back the computer name of whatever the DNS record contains for that IP.
What I'd like to know is how I can ensure DNS will link up with DHCP at all times. I don't know if it's as easy as adding a CNAME or domain in the reverse lookup zone for my subnet, or if it's something else. If anyone needs any further explaining, please let me know and I will give more information. Thanks for the help!
What I've narrowed it down to is DNS records conflicting with DHCP records. DHCP and WINS match up completely, but DNS contains incorrect data. Going back to Computer-A, it will look something like this:
Computer-A
Local IP: 192.168.20.122
DHCP: 192.168.20.122
WINS: 192.168.20.122
DNS: 192.168.20.121
So when I ping Computer-A, it will bring back the correct IP address (192.168.20.122). But when I ping 192.168.20.122, it bring back the computer name of whatever the DNS record contains for that IP.
What I'd like to know is how I can ensure DNS will link up with DHCP at all times. I don't know if it's as easy as adding a CNAME or domain in the reverse lookup zone for my subnet, or if it's something else. If anyone needs any further explaining, please let me know and I will give more information. Thanks for the help!