How to find dns,How to find dns server
>> Monday, March 16, 2009
-- We find the dns of the server with below mention commands.
First we will see how to find the dns on a linux machine.Type the below command
$ cat /etc/resolv.conf
this command output contains some thing like nameserver which is nothing but the DNS ip adress.
-- If you want find the dns server on the windows machine ,it is very simple...
One way is goto the command prompt[I.e start button -> run -> type cmd and click ok]
In the command prompt type below mention command..
ipconfig /all
which gets you the DNS server ip address .
one more way to find the dns server ip is
- Goto Start button --> Settings --> Network connections
- Double click on Local Area Connection
- Click on Properties button
- Select Internet Protocol (TCP/IP)
- Click on Properties button and Look for Preferred DNS Server:
If this is usefull Please leave your comments below...
Thanks
0 comments:
Post a Comment