Bind Does not Configure.

I have no root zone in my BIND. I set up one manually and it asks me to save information to file. So i named that file ***.conf and well when i go back to check the root zone, it shows me nothing ... is this normal ? i have no servers listed ... no nothing!

I manually added a domain interlinkage.com so that put a master zone in there. I think i added the root zone too to a file named db.cache or something (as shown in the webmin book) but i did this all manually. Be defualt nothing was setup.

I am planning to set up a test server running CENTOS 4.2 Is it possible that i could use my license on CENTOS also ? the installer ? I purchased it for FC 3. I really think i need to change my OS now. This time before i install virtualmin on my main server i want to test it out on a test server at home with both FC3 and CentOS 4.2 So if you could please send me an installed for CENTOS 4.2 that would be cool. I am sure you agree i have had every problem imginable in my installation.

Here are the files you asked for ...

Named.conf

// Default named.conf generated by install of bind-9.2.5-3
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
};
include "/etc/rndc.key";

zone "." {
type hint;
file "/var/named/db.cache";
};
zone "interlinkage.com" {
type master;
file "/var/named/interlinkage.com.hosts";
};

#######################################

bind/config

auto_chroot=sh -c '. /etc/sysconfig/named && echo "$ROOTDIR"'
updserial_man=1
updserial_def=0
pid_file=/var/run/named/named.pid
named_conf=/etc/named.conf
relative_paths=0
rev_must=0
soa_start=0
records_order=0
reversezonefilename_format=ZONE.rev
no_pid_chroot=0
short_names=0
master_dir=/var/named
master_ttl=1
chroot=/var/named/chroot
allow_comments=0
no_chroot=0
updserial_on=1
named_path=/usr/sbin/named
whois_cmd=whois
ndc_cmd=ndc
allow_long=0
allow_wild=0
show_list=0
rev_def=0
stop_cmd=/etc/rc.d/init.d/named stop
confirm_zone=1
forwardzonefilename_format=ZONE.hosts
by_view=0
rndcconf_cmd=rndc-confgen
start_cmd=/etc/rc.d/init.d/named start
rndc_conf=/etc/rndc.conf
support_aaaa=0
ipv6_mode=1
slave_dir=/var/named/slaves
confirm_rec=0
soa_style=0
max_zones=50
rndc_cmd=rndc
allow_underscore=1

Status: 
Closed (fixed)