Just started a new job and am in charge of managing the Mac Server. I have lots of Mac experience, but very little Mac OS X Server experience.
I used my MBP to access the server (which is a headless Mac Mini) and after I did so the settings were pretty messed up. In particular the Computer Name, Host Name, and DNS name were wrong or missing. I was able pretty easily to get the first two fixed, but not DNS.
I can reach the server via the IP, but NOT the domain name. (We were able to do this before I messed things up).
When I run
cat /etc/resolv.conf | grep nameserver
I get 4.2.2.2
which is the forwarding server
I have tried turning DHCP on and off, never works.
When I run
cat /etc/resolv.conf | grep nameserver
I get
nameserver[0] : 4.2.2.2
nameserver[0] : 150.2.0.30
nameserver[0] : 4.2.2.2
The 150.2.0.30 is what I have for the DNS entery in the Network Control Panel
When I run changeip -checkhostname under sudo I get
macserver:~ bryanschmiedeler$ sudo
Password:
Primary address = 192.168.x.x
Current HostName = server.example.com
The DNS hostname is not available, please repair DNS and re-run this tool.
dirserv:success = "success"
Any help would be GREATLY Appreciated!
Bryan
I used my MBP to access the server (which is a headless Mac Mini) and after I did so the settings were pretty messed up. In particular the Computer Name, Host Name, and DNS name were wrong or missing. I was able pretty easily to get the first two fixed, but not DNS.
I can reach the server via the IP, but NOT the domain name. (We were able to do this before I messed things up).
When I run
cat /etc/resolv.conf | grep nameserver
I get 4.2.2.2
which is the forwarding server
I have tried turning DHCP on and off, never works.
When I run
cat /etc/resolv.conf | grep nameserver
I get
nameserver[0] : 4.2.2.2
nameserver[0] : 150.2.0.30
nameserver[0] : 4.2.2.2
The 150.2.0.30 is what I have for the DNS entery in the Network Control Panel
When I run changeip -checkhostname under sudo I get
macserver:~ bryanschmiedeler$ sudo
Password:
Primary address = 192.168.x.x
Current HostName = server.example.com
The DNS hostname is not available, please repair DNS and re-run this tool.
dirserv:success = "success"
Any help would be GREATLY Appreciated!
Bryan