Domain – How to join 2 different subnets in one domain

domaindomain-controllernetworkingsubnet

I have a Windows 2008 Domain Controller with ip 10.0.2.x. I also have another group (workgroup) of PC's in a remote site with ip 10.0.1.x.
The two sites are connected via VPN with ZyXEL routers. I would like to know how to configure domain controller so that i can join the domain throw the network 10.0.1.x to finally have only one DOMAIN with 2 subnet and global group policy

Best Answer

  1. On the domain controller, go into sites and services and add the subnets and sites that you require.
  2. Ensure you have the appropriate ports opened through the VPN between the remote subnet and the network your DC is on
  3. Configure the clients at the remote site so that their Primary DNS is set to the IP of the domain controller
  4. ping from the remote site clients. Ensure it resolves to the IP of the domain controller and that the ping succeeds. If not, troubleshoot your network configuration until it works
  5. Join the clients to the domain
Related Topic