Jump to first page
 -96
TSIG configuration step 5
n5. Have your partners configure their servers to use the key when talking to you
uUse the key statement to configure the key
uUse the server statement to indicate which key is needed for communication with that server

server 192.168.10.1 {
        keys {me-friend; };
};
zone Óripe.net" {
        type slave;
        masters { 192.168.10.1;};
        file Òslaves/ripe.netÓ;
};