Problems in views in a zone transfer

Evan Hunt each at isc.org
Thu May 26 18:55:31 UTC 2011


>       server 10.112.25.184 {keys view1-resolver.; };   // master
> 
> Is there a best way?

Your way is fine.  You can also specify a key in the masters
statement, e.g:

    view internal {
        match-clients { !key external-key; internal-acl; };
        zone example.com {
            type slave;
            masters { localhost key external-key; };
            ....
        };
    };

    view external {
        match-clients { any; };
        zone example.com {
            type master;
            ....
        };
    };

(Currently you can't specify a key in an also-notify statement but
that's being fixed in 9.9.)

-- 
Evan Hunt -- each at isc.org
Internet Systems Consortium, Inc.



More information about the bind-users mailing list