From: Mark Andrews Date: Thu, 1 Nov 2007 21:55:53 +0000 (+0000) Subject: How do I run BIND 9 on Apple Mac OS X? X-Git-Tag: v9.5.0a7~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f8843a706151d720771788a36502f3d92ef234e;p=thirdparty%2Fbind9.git How do I run BIND 9 on Apple Mac OS X? --- diff --git a/FAQ.xml b/FAQ.xml index 577e69b6d8f..0705aaad2a2 100644 --- a/FAQ.xml +++ b/FAQ.xml @@ -17,7 +17,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - +
Frequently Asked Questions about BIND 9 @@ -1339,6 +1339,47 @@ rand_irqs="3 14 15" + + + Apple Mac OS X + + + + + How do I run BIND 9 on Apple Mac OS X? + + + + + If you run Tiger(Mac OS 10.4) or later then this is all you need to do: + + + +% sudo rndc-confgen > /etc/rndc.conf + + + Copy the key statement from /etc/rndc.conf into /etc/rndc.key, e.g.: + + + +key "rndc-key" { + algorithm hmac-md5; + secret "uvceheVuqf17ZwIcTydddw=="; +}; + + + Then start the relevant service: + + + +% sudo service org.isc.named start + + + This is persistent upon a reboot, so you will have to do it only once. + + + +