↧
Answer by the_gastropod for able to dig a hostname but doesn't resolve via...
Sounds like you may be caching an outdated DNS record. Try flushing your DNS cache. From terminal, try:dscacheutil -flushcache
View ArticleAnswer by vmfarms for able to dig a hostname but doesn't resolve via ssh or ping
Also check your local /etc/hosts file. This usually takes precedence over DNS calls. When you SSH via the hostname and the hostname exists in the hosts file, it will login with that. Your dig command...
View ArticleAnswer by Jason Berg for able to dig a hostname but doesn't resolve via ssh...
Are you using split DNS? (my guess is no)Is the DNS server on the other side set to resolve DNS queries for any domain or only its own?Are you able to reach the DNS server on the other side of the...
View Articleable to dig a hostname but doesn't resolve via ssh or ping
I am using Snow Leopard and cannot ping or ssh into a host but am able to dig:dig some.value.host.comWhen the ip address comes back in the answer section, then I am able to ssh via ip address (ssh...
View Article