How To Find Out What My DNS Servers Address
Linux / UNIX Find Out Dns Server Addresses
The resolver is a set of routines in the C library that provide access to the Internet Domain Name System (DNS). The resolver configuration file contains information that is read by the resolver routines the first time they are invoked by a process.
Commend to find out your dns servers ip address under Linux/BSD/Unixish system
To see your DNS server address type following command as shell prompt:
$ cat /etc/resolv.conf
OR
$ less /etc/resolv.conf
nameserver 203.54.1.20 nameserver 203.54.1.21
Where,
- nameserver 203.54.1.20 : It is Name server IP address (in dot notation) of a name server that the resolver should query. All your application will use this IP address for DNS purpose.
under Windows
Just open command prompt and type
ipconfig/all
Gishore James
Manager Technology at Quikr
I am a highly successful, competent team member with a background of extensive hands-on project implementation experience. My success has been both internal to the companies to which I’ve contributed and external to clients and customers.Having the knowledge of setting up efficient & cost effective technology solutions, internet innovations, large scale IT implementations, helps me to find out the unique one in the way of my career.
Latest posts by Gishore James (see all)
- Microsoft Office for iPhone – Changing Strategy of Microsoft - June 16, 2013
- Guidelines for International websites from Google - June 13, 2013
- Google is to Change the rankings of smartphone search results - June 12, 2013
