dig gets the right result from DNS server, but name still fails to resolve
- by EMiller
Under what conditions would the following occur? From a given OSX machine on an internal network:
$~ cat /etc/resolv.conf
nameserver 10.102.120.7
nameserver 10.102.120.2
From the same machine:
$~ dig @10.102.120.7 in.local
<snip> ...
;; QUESTION SECTION:
;in.local. IN A
;; ANSWER SECTION:
in.local. …