Running SME Server 6.5 on a network with several router-connected networks. We can join Windows XP clients to the domain when they are on the same physical network as the server, however clients on other subnets get:
The following error occurred attempting to join the domain "DOMNAME":
The specified domain either does not exist or could not be contacted.
If we temporarily switch a client to the same subnet as the server, we can join the domain without problems, and then after switching it back to its proper subnet and IP address everything works, people can sign on to the network, access resources, etc. So it's only the domain joining piece that's not working.
What is happening during the "join domain" process that is not finding our domain server and what can I do to assist it?
Things I've tried include:
* An LMHOSTS file on the client computer (
c:\windows\system32\drivers\etc\lmhosts) with a line like:
192.168.2.4 domserver1 #PRE #DOM:DOMNAME
[/list]
* We're running a separate DNS server rather than the one in SME and I've added the following lines to it:
domserver1 A 192.168.2.4
_ldap._tcp.pdc._msdcs.DOMNAME. SRV 0 0 389 domserver1
_ldap._tcp.dc._msdcs.DOMNAME. SRV 0 0 389 domserver1
_ldap._tcp.DOMNAME. SRV 0 0 389 domserver1
[/list]
Any help from someone more familiar with what's supposed to happen on where to look to see why it's not happening would be appreciated!