On the secondary, you set up named.conf so that each zone you want slaved 
has something like this, pointing at the master server (PS...this is 
exactly the same setup as BIND 8):

zone "domain.name.com" {
        type slave;
        masters {
                xxx.xxx.xxx.xxx;
        };
};

And on the master, make sure that the zone file lists the secondary with 
an NS record, or BIND will probably refuse the transfer.

On Wed, 22 May 2002, André Cameron wrote:

> Hi,
> 
> Ok, I have setup primary and virtual secondary name servers a million
> times;)  I have a Primary name server and I have added a secondary name
> server.  Both are up and running fine but I do not know how to make the
> secondary server a slave.  Could come one please help me out with this?
> Thanks;)
> 
> Regards,
> André Cameron
> Ô¿Ô¬
> 
> 
> 
> _______________________________________________
> Seawolf-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/seawolf-list
> 



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to