On 25 Dec 2005 06:59:19 -0800, Cyphos <(E-Mail Removed)> wrote:
> Hi David!
>
> Thanks, and I really appreciated your reply. I did as you say, and I
> must admit the config looks more like I'd expect it to.
However, I
> noticed that I'm still not able to ping each computer by hostname, Do I
> have to manually enter the addresses into each zone?
Yes, you should have entries in the zone file for the domain listing
hostnames to IP's and in the 1.168.192.in-addr.arpa zone file listing
192.168.1.x IP's to hostnames. This works best if LAN IP's are static.
It gets more complicated if trying to do it automatically with dhcp.
See the DNS-HOWTO for more info. Although, that may be written for bind8
and I am using bind9. You can look at the zone files for localhost and
127.in-addr.arpa as examples if those were automatically installed when
you installed the bind package. I just edited the zone files manually and
have not used webadmin.
My bind9 also runs in a chroot jail (under /lib). In that case named
copies /etc/named.conf into its space before the chroot and zone files are
relative to that. Apparently your named is not chroot if your zone files
are full paths in /etc/bind.