| Article: |
Implementing BIND on Mac OS X | |
| Subject: | needs revamp for 10.3 | |
| Date: | 2004-08-06 03:40:52 | |
| From: | vcoadmin | |
|
Response to: Perfect Article
|
||
|
Yes even though it's a year later your guess is right as i've had to get around this erata myself i asked this lot to update this and so have others but it falls on deaf ears.
|
||
Showing messages 1 through 2 of 2.
-
needs revamp for 10.3
2004-08-06 06:05:48 Jason Deraleau |
[View]
-
needs revamp for 10.3
2006-10-18 12:27:28 ecstreem [View]
Needs even more revamp for 10.4. I've been fiddling with Bind trying to install it using this article. I haven't worked out the bugs but I did find a few answers to hurdles I've encoutnered. I couldn't get Bind to autostart using your directions. Because Tiger used launchd, you need to modify:
/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



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/hostconfigso that theDNSSERVERline 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).