Hello, I forgot about how to resolve host by names on bind9 dns. Ex: I want to resolv only the name w/o the domain when I type.. Linux> nslookup Nslookup> louie Server: 172.25.1.1 Address: 172.25.1.1#53 Name: louie.mydns.com Address: 172.25.1.2 > Here's my config, but when I type in louie it does not resolve ns 3600 IN A 172.25.2.1 louie 3600 IN A 172.25.2.2 Pls help! Thanks, Louie