I'm new to Servers and am using Windows Server 2012 R2, after trying to create a AD DC and connect a machine to it, I get the following errors when connecting:
"An Active Directory Domain Controller (AD DC) for the domain "wolf01" could not be contacted.
Ensure that the domain name is typed corectly.
If the name is correct, click Details for troubleshooting information."
after clicking on "Details" I get this:
"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.
The domain name "wolf01" might be a NetBIOS domain name. If this is the case, verify that the domain name is properly registered with WINS.
If you are certain that the name is not a NetBIOS domain name, then the following information can help you troubleshoot your DNS configuration.
The following 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 "wolf01":
The error was: "DNS name does not exist." (error code 0x0000232B RCODE_NAME_ERROR)
The query was for the SRV record for _ldap._tcp.dc._msdcs.wolf01
Common causes of this error include the following:
- The DNS SRV records required to locate a AD DC for the domain are not registered in DNS. These records are registered with a DNS server automatically when a AD DC is added to a domain. They are updated by the AD DC at set intervals. This computer is configured to use DNS servers with the following IP addresses:
10.8.1.11
- One or more of the following zones do not include delegation to its child zone:
wolf01 . (the root zone)"
Inside C:\Windows\debug\dcdiag.txt is:
"The domain name "wolf01" might be a NetBIOS domain name. If this is the case, verify that the domain name is properly registered with WINS.
If you are certain that the name is not a NetBIOS domain name, then the following information can help you troubleshoot your DNS configuration.
The following 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 "wolf01":
The error was: "DNS name does not exist." (error code 0x0000232B RCODE_NAME_ERROR)
The query was for the SRV record for _ldap._tcp.dc._msdcs.wolf01
Common causes of this error include the following:
- The DNS SRV records required to locate a AD DC for the domain are not registered in DNS. These records are registered with a DNS server automatically when a AD DC is added to a domain. They are updated by the AD DC at set intervals. This computer is configured to use DNS servers with the following IP addresses:
10.8.1.11
- One or more of the following zones do not include delegation to its child zone:
wolf01 . (the root zone)".
I've been looking on forums for the past few days. I have checked my DNS settings on both the PC and Server, they are both set correctly. The name is correct as well, my DNS is running on the server - and I don't have any kind of errors showing. I've turned off both firewalls on the Server and my Router that it is running through, still no luck. There are multiple other things forums have had me check that I can't think of off the top of my head.
Any is appreciated!
Edit:
Here is my dcdiag/DNS
Test
Windows PowerShell
Copyright (C) 2013 Microsoft Corporation. All rights reserved.
PS C:\Users\Administrator> dcdiag
Directory Server Diagnosis
Performing initial setup:
Trying to find home server...
Home Server = WOLF
* Identified AD Forest.
Done gathering initial info.
Doing initial required tests
Testing server: Default-First-Site-Name\WOLF
Starting test: Connectivity
......................... WOLF passed test Connectivity
Doing primary tests
Testing server: Default-First-Site-Name\WOLF
Starting test: Advertising
......................... WOLF passed test Advertising
Starting test: FrsEvent
......................... WOLF passed test FrsEvent
Starting test: DFSREvent
......................... WOLF passed test DFSREvent
Starting test: SysVolCheck
......................... WOLF passed test SysVolCheck
Starting test: KccEvent
......................... WOLF passed test KccEvent
Starting test: KnowsOfRoleHolders
......................... WOLF passed test KnowsOfRoleHolders
Starting test: MachineAccount
......................... WOLF passed test MachineAccount
Starting test: NCSecDesc
......................... WOLF passed test NCSecDesc
Starting test: NetLogons
......................... WOLF passed test NetLogons
Starting test: ObjectsReplicated
......................... WOLF passed test ObjectsReplicated
Starting test: Replications
......................... WOLF passed test Replications
Starting test: RidManager
......................... WOLF passed test RidManager
Starting test: Services
......................... WOLF passed test Services
Starting test: SystemLog
......................... WOLF passed test SystemLog
Starting test: VerifyReferences
......................... WOLF passed test VerifyReferences
Running partition tests on : ForestDnsZones
Starting test: CheckSDRefDom
......................... ForestDnsZones passed test CheckSDRefDom
Starting test: CrossRefValidation
......................... ForestDnsZones passed test CrossRefValidation
Running partition tests on : DomainDnsZones
Starting test: CheckSDRefDom
......................... DomainDnsZones passed test CheckSDRefDom
Starting test: CrossRefValidation
......................... DomainDnsZones passed test CrossRefValidation
Running partition tests on : Schema
Starting test: CheckSDRefDom
......................... Schema passed test CheckSDRefDom
Starting test: CrossRefValidation
......................... Schema passed test CrossRefValidation
Running partition tests on : Configuration
Starting test: CheckSDRefDom
......................... Configuration passed test CheckSDRefDom
Starting test: CrossRefValidation
......................... Configuration passed test CrossRefValidation
Running partition tests on : wolf
Starting test: CheckSDRefDom
......................... wolf passed test CheckSDRefDom
Starting test: CrossRefValidation
......................... wolf passed test CrossRefValidation
Running enterprise tests on : wolf.local
Starting test: LocatorCheck
......................... wolf.local passed test LocatorCheck
Starting test: Intersite
......................... wolf.local passed test Intersite
PS C:\Users\Administrator> dcdiag /test:DNS
Directory Server Diagnosis
Performing initial setup:
Trying to find home server...
Home Server = WOLF
* Identified AD Forest.
Done gathering initial info.
Doing initial required tests
Testing server: Default-First-Site-Name\WOLF
Starting test: Connectivity
......................... WOLF passed test Connectivity
Doing primary tests
Testing server: Default-First-Site-Name\WOLF
Starting test: DNS
DNS Tests are running and not hung. Please wait a few minutes...
......................... WOLF passed test DNS
Running partition tests on : ForestDnsZones
Running partition tests on : DomainDnsZones
Running partition tests on : Schema
Running partition tests on : Configuration
Running partition tests on : wolf
Running enterprise tests on : wolf.local
Starting test: DNS
Test results for domain controllers:
DC: WOLF.wolf.local
Domain: wolf.local
TEST: Basic (Basc)
Warning: Adapter 78:45:C4:2B:B3:65 has dynamic IP address (can be a misconfiguration)
WOLF PASS WARN PASS PASS PASS PASS n/a
......................... wolf.local passed test DNS
C:\Users\Administrator>nslookup
Default Server: localhost
Address: ::1
> set type=all
> _ldap._tcp.dc._msdcs.wolf.local
Server: localhost
Address: ::1
_ldap._tcp.dc._msdcs.wolf.local SRV service location:
priority = 0
weight = 100
port = 389
svr hostname = wolf.wolf.local
wolf.wolf.local internet address = 10.8.1.11
wolf.wolf.local AAAA IPv6 address = 2601:a:1d00:719:5ce9:8e23:bf6c:3db9
>