suggest me about slave server

Barry Margolin barmar at alum.mit.edu
Wed Sep 21 07:19:47 UTC 2005


In article <dgquc1$fg1$1 at sf1.isc.org>,
 Chandrashekhar Kulkarni <rushshe10 at gmail.com> wrote:

> hi
> 
>   I configure master DNS having ip 192.168.10.12 . & i want to
> configure SLAVE DNS .having ip 192.168.10.22. how can i congigure ?

The slave's named.conf should contain

zone "whateveryourzoneis" {
  type slave;
  master { 192.168.10.12; };
  file "whateveryourzoneis.db";
};

Repeat this for every zone that the server should be a slave for.

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***



More information about the bind-users mailing list