I am using Comcast. And my router is set up to acquire DNS server automatically. How can I find out the IP address of the DNS server used by my router? I am using Windows. Is there some Windows command that I can use?
feedback
|
migrated from serverfault.com Dec 21 '09 at 0:43
This question came from our site for system administrators and desktop support professionals.
|
You can do one of two things:
| |||
feedback
|
|
Running the recently released Namebench will tell you what DNS server you're using and will also tell you if there are faster ones available. Word of warning it takes a few minutes to run, but the results are enlightening. | |||
|
feedback
|
|
I can't find the link right now but there are DNS-based domains which will accept a query and return the IP address of the requesting DNS server as the "resolved" answer. They won't report all your configured DNS servers but they could be useful when you don't have access to the DNS box. A web-based page which include this info is http://www.dnsstuff.com/tools/aboutyou/ | |||
|
feedback
|
|
You can use the nslookup command to check DNS resolution. In my case: my dns is 68..... | |||
|
feedback
|
|
Start-Run-Cmd ipconfig /all This should list your DNS servers properly. These are the ones used by your computer, passed on to you by your Comcast cable modem / router. | |||
feedback
|