I have two Samba4 AD domain members that serve a couple of replicated shares to users at two sites (same domain, different subnets). Bandwidth and latency don't allow for a clustered solution, so replication between servers A and B runs periodically via a couple of osync scripts. Some users move back & forth between those two sites and expect to find their shares under the alias of 'C' for servers A and B, respectively.
Easy enough to implement in DNS ('split-brain'?; C->A ANAME at site 1, C->B ANAME at site 2), but domain authentication downgrades to NTLM instead of Kerberos. A catch-all 'HOST/C.mydomain.com' alias to either (physical) host's SPN list allows for Kerberos auth to one of the servers, but a duplicate SPN for A and B won't work (duh!).
Is there any way of implementing the same CIFS service alias for both hosts w/o running into duplicate SPN issues? Or, maybe I am looking at this all wrong, and there is a solution that would allow for a 'pretend' host C entry in Active Directory?
Any pointers greatly appreciated!
Mike