if you are intersted in knowing how to change DNS nameservers in your linux server its easy, i will show you how.

also, please know that this little tutorial is in thanks to www.webune.com for their excellent web hosting services.

nano /etc/resolv.conf


now you can update. lets say on my example, my domain name is wallpaperama.com and my two dns nameserver from my isp are 206.13.28.12 and 206.13.31.12 so this is how my resolv.conf file would look like:

search wallpaperama.com
nameserver 206.13.28.12
nameserver 206.13.31.12


now save the file and that's it. this is helpful when you are able to ping an ip but you can't ping a domain name. go to the link below if you have windows xp for example

courtesy:redoso.com