Hi! We are running a windows domain with domain controller dc1. Now I want to add a second domain controller dc2 in remote location, which is connected over site-to-site vpn as a different ip subnet. When I try to join dc2 to domain, I get an error: Network path was not found.
I made these checks:
Ping: runs Ok in both directions, some 20-30 ms delay
DNS: On dc1 dns is set to its own ip address. On dc2 dns is set to dc1. I created manually an A record for dc2 on dc1 dns server.
Firewalls: Windows firewalls are turned off on both dc1 and dc2. Perimeter firewall (which is used to build up the vpn), is set to allow anything to/from vpn.
\windows\debug\netsetup.log shows success up to the lines: NetUseAdd to \\dc1.domain.com\IPC$ returned 53 NetpJoinDomainOnDs: status of connecting to dc ´\\dc1.domain.com´ 0x35
Net view: On dc1: net view \\dc2 shows all shares on dc2. On dc2: net view \\dc1 gives error 53 The network path was not found.
Anybody can help me on this matter?