Hi guys, I bring you a bit of a problem I'm having when joining a server 2012 R2 to our domain.
This is the layout:
Site1: 1 RWDC (FSMO Roles, everything). FANTASY NAME DC1
Site2: 1 RODC (Also DNS and GC). FANTASY NAME RODC1
The sites are on different subnets separated by a firewall. I have created rules in this firewalls, to reflect the communication between DCs as detailed in the following technet links:
- https://technet.microsoft.com/en-us/library/dd772723(v=ws.10).aspx
- https://technet.microsoft.com/library/dd728028(ws.10).aspx
QUESTION 1: When in those links it says "TCP Dynamic" with no port number, what does that exactly mean?
Let's continue: So, replication between this DCs is working good, as reflected on this "Repadmin /showrepl":
PS C:\Windows\system32> repadmin /showrepl RODC1
Site2\RODC1
DSA Options: IS_GC DISABLE_OUTBOUND_REPL IS_RODC
Site Options: (none)
DSA object GUID: 04323738-e982-4edb-a863-9a766d5b7f6c
DSA invocationID: f2b1e687-bd15-422f-9d41-7c9cc504a0e1
==== INBOUND NEIGHBORS ======================================
DC=DOMAIN,DC=DOMAIN,DC=DOMAIN
Site1\DC1 via RPC
DSA object GUID: 315a2804-542c-416e-a4cc-fc35c44aae4e
Last attempt @ 2016-09-06 17:01:09 was successful.
CN=Configuration,DC=DOMAIN,DC=DOMAIN,DC=DOMAIN
Site1\DC1 via RPC
DSA object GUID: 315a2804-542c-416e-a4cc-fc35c44aae4e
Last attempt @ 2016-09-06 17:01:09 was successful.
CN=Schema,CN=Configuration,DC=DOMAIN,DC=DOMAIN,DC=DOMAIN
Site1\DC1 via RPC
DSA object GUID: 315a2804-542c-416e-a4cc-fc35c44aae4e
Last attempt @ 2016-09-06 17:01:09 was successful.
DC=DomainDnsZones,DC=DOMAIN,DC=DOMAIN,DC=DOMAIN
Site1\DC1 via RPC
DSA object GUID: 315a2804-542c-416e-a4cc-fc35c44aae4e
Last attempt @ 2016-09-06 17:01:09 was successful.
DC=ForestDnsZones,DC=DOMAIN,DC=DOMAIN,DC=DOMAIN
Site1\DC1 via RPC
DSA object GUID: 315a2804-542c-416e-a4cc-fc35c44aae4e
Last attempt @ 2016-09-06 17:01:09 was successful.
Still, when I try to join my server (SERVER1) in Site2 to the DOMAIN, through the RODC (RODC1) it fails saying it fails to contact the domain. My IP Configuration in SERVER1 is on the same subnet as RODC1 and has RODC1 IP as primary DNS. The error in event
viewer is "Error 1355 The specified domain either does not exist or could not be contacted".
Also, I have precreated the computer account and added it to the "Allowed RODC Password Replication Group".
So guys, any ideas?
Thanks!