hint: Clearing your DNS cache
Clearing your DNS cache is a trick you need to know, especially because OSX has a slightly annoying habit of caching negative results. That is, if for some reason you get a “not known” result back from a DNS server, OSX will hold onto it for some time, unless you clear the cache.
Irritatingly the way to do this has changed between OSX 10.4 and 10.5. In OSX 10.4 Tiger, you type in a terminal window:
lookupd -flushcache
Whereas in OSX 10.5 Leopard the command is now:
dscacheutil -flushcache
Posted: December 31st, 2007 under Tips.
Comments: none