Jump to first page
-
95
TSIG configuration step 4
n
4. Configure your server to require the key for zone
transfers
u
Use the key statement to configure the key
u
Use the allow-transfer statement in the zone
statement to indicate which keys are allowed
transfer
zone Óripe.net" {
type master;
file "zones/ripe.net.";
allow-transfer { key me-friend ; };
notify yes;
};
Once you defined key Òme-friendÓ you can use it in access list statements.
zone Óripe.net" {
type master;
file "zones/ripe.net.";
allow-transfer { key me-friend ; };
notify yes;
};
This will normally occur in master servers.