i have a resolv.conf like below on my mac
search example.net
nameserver 8.8.8.8
nameserver 8.8.4.4
i can use not dot included prefixes and search domain works as expected. for example "ssh test" connects to "test.example.net". but i need to be able to connect to "test.vpn" and "test.cli" and they need to resolve as "test.vpn.example.net" and "test.cli.example.net" respectively.
on linux, and before max osx lion, i had no problem on this. but with mac lion, when i try to connect to test.vpn, it ignores to add search domain to hostname and tries to resolve test.vpn.
any ideas?