Slave / Master

Matthew Thompson matthewt at fairplay.co.uk
Wed Oct 25 12:34:06 UTC 2000


The "master" can never be unsynchronised purely because it has the master
records.

Bind 8.2.2 P5 supports notification when changes are made

In named.conf "notify yes" will notify the remote servers when changes are
made. Eg.

zone "yourdom.co.uk" {
        type master;
        file "/var/named/yourdom.co.uk.hosts";
        allow-transfer {
                127.0.0.1;
                10.1.1.2;
                10.1.1.3;
                };
        notify yes;
        };

This should override the default settings - if the default is no the "notify
yes" overrides, equally if the default is yes "notify no" will override.  

-----Original Message-----
From: Luis Filipe Fabiani [mailto:luis2 at becrev.com]
Sent: 25 October 2000 14:13
To: bind
Subject: Slave / Master



Hi!
First of all thank you for the replys on my previous message....

Now another question: Is there a way to automatically syncronize the "slave"
and "master" name servers ? Is this a option on the named.conf?

Thank you





More information about the bind-users mailing list