Hi
Mccluskc,
1.Please first check your network connectivity.
a. Type ipconfig /all to view IP configuration details.
b. Using the ping command to test a TCP/IP connectivity.
For your reference:
Network Connectivity
https://technet.microsoft.com/en-us/library/cc961803.aspx
2.Did you configure the forwarder to forward DNS queries for external DNS names to DNS servers outside that network?
The DNS address of Domain Controller should be itself .We could configure external DNS address as forwarders .
For your reference:
Configure a DNS Server to Use Forwarders
https://technet.microsoft.com/en-us/library/cc754941%28v=ws.11%29.aspx?f=255&MSPPError=-2147217396
Then ,we configure clients with IP address of Domain Controller as DNS server .
If it still doesn’t work ,You may turn on exhaustive debugging mode of
NSlookup, this will display detailed information of name resolving process.
Open Command Prompt on client ,type nslookup and type
set d2 .Then type google.com ,we could find out the problem through the process .
>NSlookup
>set d2
>[name which you want to resolve]
Here is the guide for Nslookup :
Nslookup
https://technet.microsoft.com/en-us/library/cc940085.aspx
Best Regards,
Candy
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com.