this blog post shows you how to check for your primary and secondary DNS name servers
Courtesy: Webune.com
I will be using Red Hat for this demonstration that will help you find out what is your primary and your secondary DNS servers are setup in your linux computer or server. for example, i have a server with CentOS.
at the terminal shell type:
; generated by /sbin/dhclient-script search wallpaperama.com nameserver 210.92.171.7 nameserver 210.92.179.16 |
If you want to change it, you can do the following command to edit the file (or you can use vi or other favorite editor. if you are a beginner like me, i would start with nano)
nano /etc/resolve.conf |