I'm following the train signal videos and setting up my first two domain controllers however after configuring the two I am having trouble. The virtual machines on VMWare now get stuck at "Apply computer settings" during boot up. The machines boot up no problem in Safe Mode w/ Networking.
VM Info: (I have these machines network cards set to Bridge. My host machine is running off a wireless card) The other options are NAT and HOST Only. If I need to change to one of these please let me know.
Windows Server 2008 Enterprise
NY-DC1-2K8
Static Address:
IP: 192.168.1.107
Subnet: 255.255.255.0
Default Gateway: 192.168.1.1
DNS: 127.0.0.1 (Uses itself because its first DNS server in forest)
Alternate: 192.168.1.108 (Backup DC NY-DC2-2K

I created a site on NY-DC1-2K8 and named it NewYork so that I can join another DC as a BDC for fault tolerance and efficiency.
Windows Server 2008 Enterprise
NY-DC2-2K8
Static Address:
IP: 192.168.1.108
Subnet: 255.255.255.0
Default Gateway: 192.168.1.1
DNS: 192.168.1.107 (Uses the NY-DC1-2K8 as primary)
Alternate: 127.0.0.1 (Uses itself in case NY-DC1-2K8 goes down)
The only difference between my static IP configuration and the Train signal videos is that he's using the IP address 192.168.5.2 which is on a different subnet correct? He's also using a switch. I'm running my host machine and two virtual machines off the same network. Regardless, after setting up these two DC's as listed, upon reboot they get stuck at "Applying computer settings" I researched this and found a brief explanation, however i'm not sure what it means.
If someone can please help me get back into my DC's i'd greatly appreciate it, it's got to be something with my DNS settings or VM + Host machine setup because as I said they boot fine in Safe mode with network enabled.
Also one other thing, after setting up these two DC's I wanted to test and see if replication was working properly. So I created a new OU in NY-DC2-2K8, then ran a repadmin /syncall command. However I was presented with an "Access Denied" I was on the administrator account. If anyone else can help with that also i'd greatly appreciate it! I cannot move on to the later labs until I get these two problems worked out

"Check this. All internal Active Directory domain clients should be
configured to use only an internal DNS Server hosting the zone name for the
Active Directory domain. This means no workstation or server, to include
all DCs and DNS servers, on the network should be configured to use any
external DNS for resolution, not even as a secondary DNS server. The
reason all domain members and DCs must use the local DNS for DNS in TCP/IP
properties, is because that is how clients find objects in Active Directory
(e.g. domain controllers, global catalogs, etc). If you point domain
clients (including domain controllers) to a DNS server which doesn't hold
this information, expect:
1) Long logon times (long waiting time for "Applying computer settings" or
clients unable to logon at all)
2) Slow boot times for DCs
3) No Active Directory replication
4) Administrators unable to manage parts of the domain
5) Group policy errors or failing outright
6) Poor (slow) network performance in general."