LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   secondary DNS server (https://www.linuxquestions.org/questions/linux-networking-3/secondary-dns-server-160467/)

freelinuxcpp 03-21-2004 02:27 AM

secondary DNS server
 
hello every one .
i have already a primary DNS server running BIND9 , and i want to set a secondary DNS server i read in the DOCs that all what i have to do is to configure all my ZONES as slaves that way :
zone "mydomaine.com" {
type slave;
master {1.2.3.4;};
file "zone.file";
};
i would like to know if this is enaugh
thnx

freelinuxcpp 04-05-2004 03:27 AM

Yes this would be enaugh
i had to add this to the masters named.conf
notify yes;
transfert {x.x.x.x;};

freelinuxcpp 07-31-2004 04:31 AM

ok thnk you very much
but there is a little strange pb , when using debians BIND the zones are transfered to the secondary servers normaly , but with a REDhat AS 3 i had to rsync all the zones files , the transfert isn(t automatic can someone tell me why ?


All times are GMT -5. The time now is 05:53 PM.