I changed /var/named/chroot/etc/named.conf as follows
Code:
[root@mail ~]# cat /var/named/chroot/etc/named.conf
zone "qmunity.net" {
type master;
file "/var/named/chroot/var/named/qmunity.net.hosts";
}; and got the following results
Code:
[root@mail ~]# service named restart
Stopping named: [ OK ]
Starting named:
Error in named configuration:
zone qmunity.net/IN: loading master file /var/named/chroot/var/named/qmunity.net.hosts: file not found
_default/qmunity.net/IN: file not found
[FAILED] So I changed it back.
I only put the ping in because of the mention of it in DNS in a nutshell.
I agree that dig is better because of the hosts file trumping dns which is what I included first.
I wanted to get back to basics so, what things should I check if I am running
running a local dns
on centos 5
using zcs 4.5.5
with chroot
with hostname = mail.qmunity.net
and ip address = 192.168.50.20
?
What automated checks does the install script use and maybe I can check my config from that angle?
I was very careful not to do anything extra to the install. It's all as base as it can be. Is there some useful dns tool that I can install to test with. I can't imagine it really because dig should be good enough? Is there some other tool I can use to test what the script is testing?