Setup a new domain controller over a temporary VPN, but now Windows delays startup?

Posted by Kris Anderson on Server Fault See other posts from Server Fault or by Kris Anderson
Published on 2012-10-17T23:54:46Z Indexed on 2012/10/18 5:07 UTC
Read the original article Hit count: 397

I'm migrating servers from colo locations to Amazon's VPC EC2 instances. If anyone hasn't worked with Amazon VPC before, VPN is a pain in the arse!

Anyways, I setup a new server that acts as the domain controller for our Amazon VPC. In order to migrate all the user accounts from our existing domain controllers I manually connected to our colo VPN using my user account on the new Amazon EC2 machine.

I was able to join the domain and the new Amazon server became another domain controller on our network. So far so good.

The problem I'm having is that when booting the EC2 domain controller (which is no longer connected to the VPN so it can't communicate with the existing controllers), it takes a good 6-8 minuted before I can remote into the server (instead of the 1-2 minutes it should take). Also, during this time most of the services we also run (like IIS) also give 404 errors until the 6-8 minutes have passed.

It's almost like the domain controller is attempting to reach the other domain controllers first and after 6-8 minutes it falls back to the one located on the local machine? I don't think that's what's happening though, because Server 2008 R2 doesn't have primary and backup domain controllers. They're all equal as far as Windows is concerned.

For my network adapter I have only one DNS listed, 127.0.0.1, so it should be looking up the local domain controller and not the other domain controllers it connected to over VPN when VPN was enabled.

In the server logs I'm seeing these warnings pop up during a reboot:

The winlogon notification subscriber is taking long time to handle the notification event (CreateSession).

The winlogon notification subscriber took 409 second(s) to handle the notification event (CreateSession).

Any ideas on what's happening here? I would try removing the existing domain controllers from the new Amazon EC2 machine, but I still need to connect over VPN a few times to migrate some data between the servers, and I don't want that change being reflected back to the other domain controllers in our colo locations.

© Server Fault or respective owner

Related posts about windows-server-2008-r2

Related posts about domain-controller