I'm trying to do something I thought would be pretty simple.
Mapping local.mydomain.com
to 192.168.0.1
using my registrar's DNS server.(namecheap.com)
I've added an A Record for local
with value of 192.168.0.1
trying to lookup local.mydomain.com
using websites like just-dnslookup.com returns the proper IP address. but trying to ping
or nslookup
in windows results in these errors.
Ping: Ping request could not find host local.mydomain.com. Please check the name and try again.
nslookup No internal type for both IPv4 and IPv6 Addresses (A+AAAA) records available for local.mydomain.com.
Changing the IP address for the a record to a non-private IP (eg. 168.62.9.65
) fixes the lookup issue.
I'm suspecting windows doesn't like the fact that a local IP is returned by the DNS server?