I have a network where DHCP was set to proxy to upstream DNS. ipconfig /all shows DNS for internal clients is Meraki local IP. I then set DHCP to proxy to OpenDNS. I did ipconfig /renew and now DNS is set as 208.67.222.222 and 208.67.220.220
How come when I ping internal DNS names (like device1, device2, device3) it still works? If I do NSLookup, it fails, but if I ping, it does resolve the internal IP address properly. How is that working if the DNS servers is set as OpenDNS?
Also note, I went as far as testing multiple computers, checking HOSTS file, and doing ipconfig /flushdns -- somehow the device knows to search locally for that device instead of using OpenDNS DNS servers.