DNS - "abc.com." works but not "abc.com"
Folks,
I just installed DNS server (bind) on Fedora 11.
In /etc/resolv.conf, I have the following lines:
domain abc.com
search abc.com
nameserver 127.0.0.1
nameserver ....
In /etc/named.conf, I have defined a zone "abc.com"
When I do a nslookup,
mybox.abc.com. works. Notice the dot at the end.
However, mybox.abc.com doesn't work.
Also, just mybox does not work either (although abc.com is specified in resolv.conf).
I must be making some simple configuration mistake. Can someone please tell me how to fix this?
Thank you in advance for your help.
Regards,
Peter