Saturday, March 13, 2010

Using Google’s public DNS service as resolvers in your server

December 4, 2009 by admin  
Filed under General

Google recently introduced this service. You can use this service as resolver for your server.

Login to your server as root

Background current resolver settings:

cp /etc/resolv.conf /etc/resolv.conf.backup

Open the file using vi:

vi /etc/resolv.conf

Remove the current entries by pressing dd

Put the following lines in the file:

nameserver 8.8.8.8
nameserver 8.8.4.4

Save the file and exit (press :x ).

You are done!


Read this for more information

  • Share/Bookmark

Related posts:

  1. Adding Spell Checker in SquirrelMail in cPanel server SquirrelMail provides a spell checker plugin but that may not...
  2. Install and configure munin (and munin-node) for Server Monitoring Munin is an efficient and lightweight Monitoring tool. Its available...
  3. Install Wordpress using Fantastico in cPanel This tutorial will teach you how to install Wordpress, the...
  4. Install SSL certificate on Windows Server 2000 / 2003 Open Internet Services Manager from the Administrative Tools. Right...
  5. Delivery to the following recipient failed permanently, Verification failed Today, I was getting the following error while trying to...

Related posts brought to you by Yet Another Related Posts Plugin.

Comments

3 Responses to “Using Google’s public DNS service as resolvers in your server”
  1. Vivek says:

    What’s the use of setting google dns on my server ?

  2. Vivek says:

    Well I read it ,but not sure it is good for the dedicated/vps servers and what is the advantages exactly

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!