Domain Controller - Windows Server 2008 R2 Standard
Client OS - Window Server 2003 ( Terminal Server )
I am unable to ping my Active Directory Domain Name i.e corp.abc.com. ( Please see the print-screen )
I am successfully able to nslookup & ping my DC server ip address ( Please see the print-screen )
I am also attaching print-screen of IP configuration.
Can you tell me why i am unable to ping, but successfully able to resolve through nslookup command and also able to ping with DC server ip address
You can also use following command to resolve this problem.
1) net stop dnscache
2) net start dnscache
Ping uses the DNS Client service and I think nslookup establishes a winsock connection. Try to stop DNS client service to see if it might help. Make sure you are trying to ping from a client that is joined with the ADC.
Use these commands to reset some of the network states:
I hope that helps.
I had an issue like this recently turned out to be the netbios cache was out of date.
Try flushing it using
then ping again
http://technet.microsoft.com/en-us/library/cc757819(v=ws.10).aspx
Please restart Dnscache services. Go to services.msc --> Click on DNS Client and than restart.
From the Domain controller ping domain.com If still the issue then run below command from cmd devmgmt.msc uninstall the network card from the console. Later select "Scan for hardware changes" and the network will be back again.
Regards Sufyan.samad
You probably need to flush your DNS. nslookup is going to the server for it, but local DNS has it cached.
I had the same problem. I went and turned off firewall and it worked. Usually systems with FireWall enabled do not allow pinging in certain cases. Go to PowerShell. Type in the following.
The next line should be generated as
Try pinging your domain name now. Hope this helps! Thanks.