comp.os.linux.networking
[Top] [All Lists]

Re: Two nameservers, but data not being shared

Subject: Re: Two nameservers, but data not being shared
From:
Date: 15 May 2005 02:48:20 -0700
Newsgroups: comp.os.linux.networking
hi ,
there's some errors in your configuration files !!
in named.conf file of A you haven't to put :
zone "ite.MAIHAG.com" {
        type slave;
        file "stub.ite.MAIHAG.com";
        masters { 10.1.245.251; };
        zone-statistics yes;

};  since this area is not mastered by A !! just add a line like :
ite.MAIHAG.com.    IN NS  ns.ite.MAIHAG.com.
ns.ite.MAIHAG.com. IN A <ip of B>

in the config file of the zone MAIHAG.com

Good Luck 
S. MAMMAR


<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy