Hi all,
I have a the following scenario:
- Main site runs AD DC, with DHCP and DNS, working fine
- Remote sites have site-to-site VPNs with no local DCs. DHCP is handled by their routers, and directs DNS across the VPN to the main AD DNS server.
But the remote DHCP service is not updating the Active Directory's DNS records when a client obtains a DHCP address. What are my options here? I'm guessing:
1. Pull DHCP from the main site across the VPN via a DHCP Relay at the remote site
2. Use DHCP reservations at the remote site and create A-records in main DNS
Any other options?