note that "nslookup server1.hip" works, but "ping server1.hip" does not work
if you first run "ssh server1.hip" then "ping server1.hip" will work, apparently because Mac OS X caches the name lookup (but it doesn't cache the nslookup name lookup); if you then type "sudo lookupd -flushcache" then "ping server1.hip" no longer works
so the DNS thread is working properly, but configuration of the Mac OS X resolver needs some additional tweak to get ping working properly (leaving this bug open)
tried adding an /etc/resolver/hip file but that didn't seem to help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
note that "nslookup server1.hip" works, but "ping server1.hip" does not work
if you first run "ssh server1.hip" then "ping server1.hip" will work, apparently because Mac OS X caches the name lookup (but it doesn't cache the nslookup name lookup); if you then type "sudo lookupd -flushcache" then "ping server1.hip" no longer works
so the DNS thread is working properly, but configuration of the Mac OS X resolver needs some additional tweak to get ping working properly (leaving this bug open)
tried adding an /etc/resolver/hip file but that didn't seem to help