Has this issue been solved? Ever? I mean, has ever Apple told us where the problem is?
Here is my situation:
I have a Mac Mini server running Maverick latest version. And I have an iMac running again Maverick, latest version. DNS is provided by a Linux box, on the same network, and it works just fine, both normal and reverse resolution.
--------------------------------------------------------------------------
imac:~ John$ dig family.myorg.org
; <<>> DiG 9.8.3-P1 <<>> family.myorg.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42363
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;family.myorg.org. IN A
;; ANSWER SECTION:
family.myorg.org. 10800 IN A xx.xxx.193.147
;; AUTHORITY SECTION:
myorg.org. 600 IN NS ns2.yyyyy.com.
myorg.org. 600 IN NS ns.myorg.org.
;; ADDITIONAL SECTION:
ns.myorg.org. 10800 IN A xx.xxx.193.146
ns2.xxxxxxx.com. 158484 IN A 65.yyy.yyy.218
;; Query time: 4 msec
;; SERVER: xx.xxx.193.146#53(xx.xxx.193.146)
;; WHEN: Fri Sep 19 09:25:28 2014
;; MSG SIZE rcvd: 134
-----------------------------------------------------------------------
And reverse
-----------------------------------------------------------------------
imac:~ John$ dig -x xx.xxx.193.147
; <<>> DiG 9.8.3-P1 <<>> -x xx.xxx.193.147
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50235
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;147.193.xxx.xx.in-addr.arpa. IN PTR
;; ANSWER SECTION:
147.193.xxx.xx.in-addr.arpa. 10800 IN PTR family.myorg.org.
;; AUTHORITY SECTION:
193.xxx.xx.in-addr.arpa. 10800 IN NS ns.myorg.org.
;; ADDITIONAL SECTION:
ns.myorg.org. 10800 IN A xx.xxx.193.146
;; Query time: 57 msec
;; SERVER: xx.xxx.193.146#53(xx.xxx.193.146)
;; WHEN: Fri Sep 19 09:28:12 2014
;; MSG SIZE rcvd: 112
-----------------------------------------------------------------------
The exact same results, I get if I dig the server name or if I dig -x the IP address from the server. So in essence the DNS is working correctly.
Hoowever I have the following issues:
1. In the System Preferences, Remote Management, when I try to add users to the list of users who can manage this computer remotely, I do not see any of my network users, only the admin, who is of course a local user. Even though I have selected "All users" in the Remote Management, still, only the admin can use the screen sharing facility from the iMac.
2. When I try to connect via afp from the iMac to the Server, I get the shaky password block. If I use SMB I can connect fine (both options are checked in the File Sharing).
3. I can't log in from the server console, with any of the network accounts, only with admin.
All these things used to work fine, before upgrading to Maverick.
I've tried various ideas on how to correct this, most of them from this thread, with no result.
Needless to say, that any help would be appreciated.