Article:
 |
|
Implementing BIND on Mac OS X
|
| Subject: |
|
needs revamp for 10.3 |
| Date: |
|
2004-08-06 06:05:48 |
| From: |
|
jldera
|
Response to: needs revamp for 10.3
|
|
The majority of the article is still accurate and pertinent. The only parts that may cause some users issue is the section on getting BIND to start automatically. On Panther, it's simply a matter of modifying /etc/hostconfig so that the DNSSERVER line is -YES-.
All of the other information on working with zones and the different types of zones remains true for Panther (and really, all versions of BIND 8 and up).
|
Showing messages 1 through 1 of 1.
-
needs revamp for 10.3
2006-10-18 12:27:28
ecstreem
[View]
/System/Library/LaunchDaemons/org.isc.named.plist
Change
<key>Disabled</key>
<true/>
to
<key>Disable</key>
<false/>
I found I also had to run:
sudo /usr/sbin/rndc-confgen -a to create the rndc.key file.
The PLIST edit came from:
http://blogs.vislab.usyd.edu.au/index.php/Masa/2006/09/05/bind_on_os_x_tiger
twh