I have been trying for days to join a Windows Server 2012 server to a domain I've created. I continually get the "forcibly closed" error:
Note: This information is intended for a network administrator. If you are not your network's administrator, notify the administrator that you received this information, which has been recorded in the file C:\Windows\debug\dcdiag.txt.
An error occurred when DNS was queried for the service location (SRV) resource record used to locate an Active Directory Domain Controller (AD DC) for domain "OLSONPOC.COM".
The error was: "An existing connection was forcibly closed by the remote host."
(error code 0x00002746 WSAECONNRESET)
The query was for the SRV record for _ldap._tcp.dc._msdcs.OLSONPOC.COM
These are the results of the IPCONFIG /ALL of the server I'm trying to add to the domain:
Windows IP Configuration
Host Name . . . . . . . . . . . . : OLSONSQL
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : OLSONSQL.b4.internal.cloudapp.net
Ethernet adapter Ethernet 4:
Connection-specific DNS Suffix . : OLSONSQL.b4.internal.cloudapp.net
Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter #4
Physical Address. . . . . . . . . : 00-15-5D-43-79-B4
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 10.0.0.6(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.254.0
Lease Obtained. . . . . . . . . . : Saturday, April 26, 2014 7:42:36 AM
Lease Expires . . . . . . . . . . : Tuesday, June 2, 2150 3:15:20 PM
Default Gateway . . . . . . . . . : 10.0.0.1
DHCP Server . . . . . . . . . . . : 168.63.129.16
DNS Servers . . . . . . . . . . . : 10.0.0.4
10.0.0.5
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter isatap.OLSONSQL.b4.internal.cloudapp.net:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . : OLSONSQL.b4.internal.cloudapp.net
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Here are the results of IPCONFIG /ALL from the domain controller:
Windows IP Configuration
Host Name . . . . . . . . . . . . : OLSONAD
Primary Dns Suffix . . . . . . . : OLSONPOC.COM
Node Type . . . . . . . . . . . . : Peer-Peer
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : OLSONPOC.COM
OLSONAD.b1.internal.cloudapp.net
Ethernet adapter Ethernet 2:
Connection-specific DNS Suffix . : OLSONAD.b1.internal.cloudapp.net
Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter #2
Physical Address. . . . . . . . . : 00-15-5D-43-64-EA
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 10.0.0.5(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.254.0
Lease Obtained. . . . . . . . . . : Saturday, April 26, 2014 12:41:54 PM
Lease Expires . . . . . . . . . . : Tuesday, June 2, 2150 8:18:23 PM
Default Gateway . . . . . . . . . : 10.0.0.1
DHCP Server . . . . . . . . . . . : 168.63.129.16
DNS Servers . . . . . . . . . . . : 10.0.0.5
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter isatap.OLSONAD.b1.internal.cloudapp.net:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . : OLSONAD.b1.internal.cloudapp.net
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
I have Windows firewall turned off on both servers...
I have no idea what the issue could be!
ANY help would be greatly appreciated!!!
A. M. Robinson