From: Mark Andrews Date: Fri, 2 Nov 2007 00:25:41 +0000 (+0000) Subject: add alternate Mac OS answer X-Git-Tag: v9.5.0a7~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74f38b2a47fd5592d6ce7dcdbc6efb90801abbf5;p=thirdparty%2Fbind9.git add alternate Mac OS answer --- diff --git a/FAQ.xml b/FAQ.xml index 0705aaad2a2..f2b8e3f2874 100644 --- a/FAQ.xml +++ b/FAQ.xml @@ -17,7 +17,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - +
Frequently Asked Questions about BIND 9 @@ -1378,6 +1378,29 @@ key "rndc-key" { This is persistent upon a reboot, so you will have to do it only once. + + + + Alternatively you can just generate /etc/rndc.key by running: + + + +% sudo rndc-confgen -a + + + Then start the relevant service: + + + +% sudo service org.isc.named start + + + Named will look for /etc/rndc.key when it starts if it + doesn't have a controls section or the existing controls are + missing keys sub-clauses. This is persistent upon a + reboot, so you will have to do it only once. + +