View Single Post
Old 01-06-2012, 07:08 AM   #4
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

configure named for rndc utility, such as

in /etc/named.conf

Code:
controls { 
  inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; }; 
}; 
key "rndc-key" { 
        algorithm hmac-md5; 
        secret "SawDPGENVmfb3mZP/cqA9g=="; 
};
rndc-key you shoud get from /etc/rndc.key
slava is offline   Reply With Quote