slave whith bind 8

Barry Margolin barmar at genuity.net
Fri May 10 20:30:57 UTC 2002


In article <abhacr$cg5a$1 at isrv4.isc.org>,
Giuliano Silva <giuliano at tj.go.gov.br> wrote:
>I, m a user of bind 8 and i´m having problens with the slave server, or
>better, setting a slave in a primary server. I read in someware that i
>simply need to insert a line like 
>
>};
>
>    zone "domain.br." {
>        type master;
>        file "zone/domain.br";
>        allow-transfer{
>        xxx.yyy.zzz.aaa;
>};
>
> 
>
>
>Where "xxx.yyy.zzz.aaa" is the ip address of my bind slave server.
>
>But, when i do this my primary no more working propely.

You have unmatched braces -- you don't have a '}' to match the '{' after
'allow-transfer'.

>What is really necessary to do in the primary to have a slave server?

Nothing.  By default, BIND allows anyone address to perform zone
transfers.  You only need 'allow-transfer' if you want to block zone
transfers done by any other address.

-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list