I'm setting up a new 10.5 server. Yesterday, I installed the OS,
configured DNS through the ServerAdmin GUI. (changeip reported that
everything was fine) and forward and reverse lookups worked. I
promoted it to an OD master, successfully bound a couple clients, and
users could log in from those clients using network accounts and
network homes. I was happy.
Today I came in and updated the server to 10.5.4 (the disks were
10.5). DNS now does not work. The service runs, but there are no zones
loaded. Also, From the system log:
7/31/08 4:38:17 PM com.apple.launchd[1] (org.isc.named[358]) Exited
with exit code: 1
//
// This is the view that is shown in Server Admin
// This is an automatically generated file.
// PLEASE DO NOT MANUALLY MODIFY THIS FILE!
// Please make your changes in the named.conf file
//
zone "brooklynsch.com." {
type master;
file "db.brooklynsch.com.";
allow-transfer {none;};
allow-update {none;};
};
zone "1.1.10.in-addr.arpa." {
type master;
file "db.1.1.10.in-addr.arpa.";
allow-transfer {none;};
allow-update {none;};
};
zone "." {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
};
Any thoughts appreciated...and I've been googling and rtfming to the
best of my abilities all day.
Jeff
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden