> cat /etc/resolv.conf
>
> scutil --get HostName
>
> hostname
>
> dig $(hostname)
Friday, October 28, 2011
Thursday, October 27, 2011
Thursday, October 20, 2011
Friday, October 14, 2011
Thursday, October 13, 2011
Server Admin 10.4 Help: Rules of Precedence
ACL, POSIX, 10.4 server, tiger server, precedence,
Server Admin 10.4 Help: Setting ACL Permissions
Tiger server, 10.4 server, POSIX, ACL,
Thursday, October 6, 2011
Kerberos Check
dscl -u diradmin /LDAPv3/127.0.0.1 -read /Config/KerberosKDC
and from
cat /Library/Preferences/edu.mit.Kerberos
DNS check
The first thing I would check would be DNS. This sort of flaky binding and authentication behavior is classic bad DNS.
Run the following commands on the server and on your client machines and make sure the results always match. Proper forward and reverse DNS is important for OS X Server.
nslookup <hostname of the server>
nslookup <ip of the server>
dig <hostname of the server>
dig -x <ip address of the server>
host <hostname of the server>
host <ip address of the server>
dscacheutil -q host -a name <hostname of the server>
dscacheutil -q host -a ip_address <ip address of the server>
On the server only, run this:
sudo changeip -checkhostname
It should say "Success. The names match. There is nothing to change." -- If it says anything else, DNS is broken.
- Mike
Subscribe to:
Posts (Atom)