SlideShare a Scribd company logo
1 of 7
Download to read offline
Using Google Public DNS
    •   Configuring your network settings to use Google Public DNS
    •   Testing your new settings
    •   Diagnosing resolution problems
    •   Switching back to your old DNS settings


Configuring your network settings to use Google Public DNS

When you use Google Public DNS, you are changing your DNS "switchboard" operator from your ISP to
Google Public DNS.

In most cases, the IP addresses used by your ISP's domain name servers are automatically set by your ISP via
the Dynamic Host Configuration Protocol (DHCP). To use Google Public DNS, you need to explicitly
change the DNS settings in your operating system or device to use the Google Public DNS IP addresses. The
procedure for changing your DNS settings varies according to operating system and version (Windows, Mac
or Linux) or the device (computer, phone, or router). We give general procedures here that might not apply
for your OS or device; please consult your vendor documentation for authoritative information.

Note: We recommend that only users who are proficient with configuring operating system settings make
these changes.


Important: Before you start

Before you change your DNS settings to use Google Public DNS, be sure to write down the current server
addresses or settings on a piece of paper. It is very important that you keep these numbers for backup
purposes, in case you need to revert to them at any time.

After changing your settings, if you encounter a problem and cannot connect to the Internet, please call our
support numbers for troubleshooting instructions.


Google Public DNS telephone support

    •   877-590-4367 in the U.S.
    •   770-200-1201 outside the U.S.


Google Public DNS IP addresses

The Google Public DNS IP addresses are as follows:

    •   8.8.8.8
    •   8.8.4.4

You can use either number as your primary or secondary DNS server. You can specify both numbers, but do
not specify one number as both primary and secondary.
Changing your DNS servers settings

Because the instructions differ between different versions/releases of each operating system, we only give
one version as an example. If you need specific instructions for your operating system/version, please consult
your vendor's documentation. You may also find answers on our user group.

Many systems allow you to specify multiple DNS servers, to be contacted in a priority order. In the following
instructions, we provide steps to specify only the Google Public DNS servers as the primary and secondary
servers, to ensure that your setup will correctly use Google Public DNS in all cases.

Note: Depending on your network setup, you may need administrator/root privileges to change these
settings.


Microsoft Windows

DNS settings are specified in the TCP/IP Properties window for the selected network connection.

Example: Changing DNS server settings on Microsoft Windows Vista

    1. Go the Control Panel.
    2. Click Network and Internet, then Network and Sharing Center, then Manage network
       connections.
    3. Select the connection for which you want to configure Google Public DNS. For example:
            • To change the settings for an Ethernet connection, right-click Local Area Connection, and
               click Properties.
            • To change the settings for a wireless connection, right-click Wireless Network Connection,
               and click Properties.
       If you are prompted for an administrator password or confirmation, type the password or provide
       confirmation.
    4. Select the Networking tab. Under This connection uses the following items, click Internet
       Protocol Version 4 (TCP/IPv4), and then click Properties.
    5. Click Advanced and select the DNS tab. If there are any DNS server IP addresses listed there, write
       them down for future reference, and remove them from this window.
    6. Click OK.
    7. Select Use the following DNS server addresses. If there are any IP addresses listed in the Preferred
       DNS server or Alternate DNS server, write them down for future reference.
    8. Replace those addresses with the IP addresses of the Google DNS servers: 8.8.8.8 and 8.8.4.4.
    9. Restart the connection you selected in step 3.
    10.Test that your setup is working correctly; see Testing your new settings below.
    11.Repeat the procedure for additional network connections you want to change.


Mac OS X

DNS settings are specified in the Network window.

Example: Changing DNS server settings on Mac OS 10.5

    1. From the Apple menu, click System Preferences, then click Network.
    2. If the lock icon in the lower left-hand corner of the window is locked, click the icon to make changes,
       and when prompted to authenticate, enter your password.
    3. Select the connection for which you want to configure Google Public DNS. For example:
•    To change the settings for an Ethernet connection, select Built-In Ethernet, and click
                  Advanced.
               • To change the settings for a wireless connection, select Airport, and click Advanced.
    4.   Select the DNS tab.
    5.   Click + to replace any listed addresses with, or add, the Google IP addresses at the top of the
         list: 8.8.8.8 and 8.8.4.4.
    6.   Click Apply and OK.
    7.   Test that your setup is working correctly; see Testing your new settings below.
    8.   Repeat the procedure for additional network connections you want to change.


Linux

In most modern Linux distributions, DNS settings are configured through Network Manager.

Example: Changing DNS server settings on Ubuntu

    1. In the System menu, click Preferences, then click Network Connections.
    2. Select the connection for which you want to configure Google Public DNS. For example:
            • To change the settings for an Ethernet connection, select the Wired tab, then select your
               network interface in the list. It is usually called eth0.
            • To change the settings for a wireless connection, select the Wireless tab, then select the
               appropriate wireless network.
    3. Click Edit, and in the window that appears, select the IPv4 Settings tab.
    4. If the selected method is Automatic (DHCP), open the dropdown and select Automatic (DHCP)
       addresses only instead. If the method is set to something else, do not change it.
    5. In the DNS servers field, enter the Google Public DNS IP addresses, separated by a space:
       8.8.8.8 8.8.4.4
    6. Click Apply to save the change. If you are prompted for a password or confirmation, type the
       password or provide confirmation.
    7. Test that your setup is working correctly; see Testing your new settings below.
    8. Repeat the procedure for additional network connections you want to change.

If your distribution doesn't use Network Manager, your DNS settings are specified in /etc/resolv.conf.

Example: Changing DNS server settings on a Debian server

    1. Edit /etc/resolv.conf:

         sudo vi /etc/resolv.conf

    2. If any nameserver lines appear, write down the IP addresses for future reference.
    3. Replace the nameserver lines with, or add, the following lines:

         nameserver 8.8.8.8
         nameserver 8.8.4.4

    4. Save and exit.
    5. Restart any Internet clients you are using.
    6. Test that your setup is working correctly; see Testing your new settings below.

Additionally, if you are using DHCP client software that overwrites the settings in /etc/resolv.conf, you will
need to set up the client accordingly by editing the client's configuration file.
Example: Configuring DHCP client sofware on a Debian server

    1. Back up /etc/resolv.conf:

         sudo cp /etc/resolv.conf /etc/resolv.conf.auto

    2. Edit /etc/dhcp3/dhclient.conf:

         sudo vi /etc/dhcp3/dhclient.conf

    3. If there is a line containing domain-name-servers, write down the IP addresses for future
       reference.
    4. Replace that line with, or add, the following line:

         prepend domain-name-servers 8.8.8.8, 8.8.4.4;

    5. Save and exit.
    6. Restart any Internet clients you are using.
    7. Test that your setup is working correctly; see Testing your new settings below.


Routers

Every router uses a different user interface for configuring DNS server settings; we provide only a generic
procedure below. For more information, please consult your router documentation.

Note: Some ISPs hard-code their DNS servers into the equipment they provide; if you are using such a
device, you will not be able to configure it to use Google Public DNS. Instead, you can configure each of the
computers connected to the router, as described above.

To change your settings on a router:

    1.   In your browser, enter the IP address to access the router's administration console.
    2.   When prompted, enter the password to access network settings.
    3.   Find the screen in which DNS server settings are specified.
    4.   If there are IP addresses specified in the fields for the primary and seconday DNS servers, write them
         down for future reference.
    5.   Replace those addresses with Google IP addresses: 8.8.8.8 and 8.8.4.4.
    6.   Save and exit.
    7.   Restart your browser.
    8.   Test that your setup is working correctly; see Testing your new settings below.


Mobile or other devices

DNS servers are typically specified under advanced wi-fi settings. However, as every mobile device uses a
different user interface for configuring DNS server settings, we provide only a generic procedure below. For
more information, please consult your mobile provider's documentation.

To change your settings on a mobile device:

    1. Go to the screen in which wi-fi settings are specified.
    2. Find the screen in which DNS server settings are specified.
3. If there are IP addresses specified in the fields for the primary and seconday DNS servers, write them
       down for future reference.
    4. Replace those addresses with Google IP addresses: 8.8.8.8 and 8.8.4.4.
    5. Save and exit.
    6. Test that your setup is working correctly; see Testing your new settings below.


Testing your new settings

To test that the Google DNS resolver is working:

    1. From your browser, type in a hostname, such as http://www.google.com. If it resolves correctly,
       bookmark the page, and try accessing the page from the bookmark. If both of these tests work,
       everything is working correctly. If not, go to step 2.
    2. From your browser, type in a fixed IP address. You can use http://18.62.1.6/ (which points to the
       website http://eecs.mit.edu/) as the URL*. If this works correctly, bookmark the page, and try
       accessing the page from the bookmark. If these tests work (but step 1 fails), then there is a problem
       with your DNS configuration; check the steps above to make sure you have configured everything
       correctly. If these tests do not work, go to step 3.
    3. Roll back the DNS changes you made and run the tests again. If the tests still do not work, then there
       is a problem with your network settings; contact your ISP or network administrator for assistance.

* Google thanks MIT for granting permission to use this URL for the purposes of testing web connectivity.


Diagnosing resolution problems

If you are encountering problems when resolving particular names, and want to verify whether the problem is
with Google Public DNS, please try running the following diagnostic procedures. If you want to report a
problem to the Google Public DNS user group, please copy and paste the results of the commands in your
email. This information is vital to help us to identify the cause of the problem.


Step 1: Verify that your client can communicate with the Google Public DNS
servers

Open a command prompt, and run the following command:

On Windows:

tracert -d 8.8.8.8

On Mac OS X:

/usr/sbin/traceroute -n -w 2 -q 2 -m 30 8.8.8.8

On Linux:

sudo traceroute -n -w 2 -q 2 -m 30 8.8.8.8

If the last line of the output does not list 8.8.8.8 as the final hop, or if there are significant timeouts, there may
be a network problem preventing you from contacting our servers. Please include the output of the command
in any communication with the Google Public DNS team.
If the last line of the output does list 8.8.8.8 as the final hop, continue to step 2.


Step 2: Verify that Google Public DNS can resolve the selected hostname

At the command prompt, run the following command, where hostname is the name that you were having
difficulty resolving:

On Windows:

nslookup -debug hostname 8.8.8.8

On Mac and Linux:

dig @8.8.8.8 hostname

If the the output shows an answer section with an A record for the hostname, then Google Public DNS is able
to resolve the name. Check your settings to make sure your system is correctly configured to use Google
Public DNS. If you are still unable to solve the problem, please include the output of the command in any
communication with the Google Public DNS team.

If the output does not show an answer for the hostname, continue to step 3.


Step 3: Verify that another open resolver can resolve the selected hostname

At the command prompt, run any one of the following commands, where hostname is the name that you were
having difficulty resolving:

nslookup hostname 4.2.2.1

nslookup hostname 4.2.2.2

nslookup hostname 208.67.222.222

nslookup hostname 208.67.220.220

(The first two commands test Level 3's DNS servers. The last two commands test OpenDNS' DNS servers.)

If you are not able to get a successful result, this means that there is most likely a problem with the server
you are trying to contact. Wait some time and try running the tests again. This may be a temporary problem
on the server's side that will likely resolve itself eventually. If it does not, you should contact the owner of the
server.

If you do get a successful result, there may be a problem with Google Public DNS. Please include the output
of this command and the one from step 2 in any communication with the Google Public DNS team.
Switching back to your old DNS settings

If you had not previously configured any customized DNS servers, to switch back to your old settings, in the
window in which you specified the Google IP addresses, select the option to enable obtaining DNS server
addresses automatically, and/or delete the Google IP addresses. This will revert your settings to using your
ISP's default servers.

If you need to manually specify any addresses, use the procedures above to specify the old IP addresses.

If necessary, restart your system.

More Related Content

What's hot

Configuring Dhcp Server, Scopes & Superscopes
Configuring Dhcp Server, Scopes & SuperscopesConfiguring Dhcp Server, Scopes & Superscopes
Configuring Dhcp Server, Scopes & Superscopesjocelyn_tanner
 
Networking For Application Developers by Roy Kim
Networking For Application Developers by Roy KimNetworking For Application Developers by Roy Kim
Networking For Application Developers by Roy KimRoy Kim
 
Dhcp windows server 2012
Dhcp windows server 2012Dhcp windows server 2012
Dhcp windows server 2012Taha99
 
Sharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxSharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxjasembo
 
Cryoserver Configuring Lotus Notes
Cryoserver Configuring Lotus NotesCryoserver Configuring Lotus Notes
Cryoserver Configuring Lotus Notescryoserver
 
DHCP (dynamic host configuration protocol)
DHCP (dynamic host configuration protocol)DHCP (dynamic host configuration protocol)
DHCP (dynamic host configuration protocol)Netwax Lab
 
DHCP Server & Client Presentation
DHCP Server & Client PresentationDHCP Server & Client Presentation
DHCP Server & Client Presentationraini
 
Dynamic Host Configuration Protocol
Dynamic Host Configuration ProtocolDynamic Host Configuration Protocol
Dynamic Host Configuration Protocolgueste98b36
 
AltiGen Advanced Call Router Manual
AltiGen Advanced Call Router ManualAltiGen Advanced Call Router Manual
AltiGen Advanced Call Router ManualCTI Communications
 
Dhcp Server Linux Server
Dhcp Server Linux ServerDhcp Server Linux Server
Dhcp Server Linux Servermuh kemal
 
Pmw2 k3ni 1-3b
Pmw2 k3ni 1-3bPmw2 k3ni 1-3b
Pmw2 k3ni 1-3bhariclant1
 
DHCP in windows server 2012
DHCP in windows server 2012DHCP in windows server 2012
DHCP in windows server 2012Abaady Sahal
 
Dhcp & dhcp relay agent in cent os 5.3
Dhcp & dhcp relay agent in cent os 5.3Dhcp & dhcp relay agent in cent os 5.3
Dhcp & dhcp relay agent in cent os 5.3Sophan Nhean
 

What's hot (20)

Configuring Dhcp Server, Scopes & Superscopes
Configuring Dhcp Server, Scopes & SuperscopesConfiguring Dhcp Server, Scopes & Superscopes
Configuring Dhcp Server, Scopes & Superscopes
 
Networking For Application Developers by Roy Kim
Networking For Application Developers by Roy KimNetworking For Application Developers by Roy Kim
Networking For Application Developers by Roy Kim
 
DHCP & DNS
DHCP & DNSDHCP & DNS
DHCP & DNS
 
Dhcp windows server 2012
Dhcp windows server 2012Dhcp windows server 2012
Dhcp windows server 2012
 
Sharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxSharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linux
 
Cryoserver Configuring Lotus Notes
Cryoserver Configuring Lotus NotesCryoserver Configuring Lotus Notes
Cryoserver Configuring Lotus Notes
 
unit 2
unit 2unit 2
unit 2
 
Dhcp
DhcpDhcp
Dhcp
 
DHCP (dynamic host configuration protocol)
DHCP (dynamic host configuration protocol)DHCP (dynamic host configuration protocol)
DHCP (dynamic host configuration protocol)
 
DHCP Server & Client Presentation
DHCP Server & Client PresentationDHCP Server & Client Presentation
DHCP Server & Client Presentation
 
Assigning ip addresses
Assigning ip addressesAssigning ip addresses
Assigning ip addresses
 
Lecture 14
Lecture 14Lecture 14
Lecture 14
 
Dhcp
DhcpDhcp
Dhcp
 
Dynamic Host Configuration Protocol
Dynamic Host Configuration ProtocolDynamic Host Configuration Protocol
Dynamic Host Configuration Protocol
 
AltiGen Advanced Call Router Manual
AltiGen Advanced Call Router ManualAltiGen Advanced Call Router Manual
AltiGen Advanced Call Router Manual
 
Dhcp Server Linux Server
Dhcp Server Linux ServerDhcp Server Linux Server
Dhcp Server Linux Server
 
Pmw2 k3ni 1-3b
Pmw2 k3ni 1-3bPmw2 k3ni 1-3b
Pmw2 k3ni 1-3b
 
DHCP in windows server 2012
DHCP in windows server 2012DHCP in windows server 2012
DHCP in windows server 2012
 
Dhcp server
Dhcp serverDhcp server
Dhcp server
 
Dhcp & dhcp relay agent in cent os 5.3
Dhcp & dhcp relay agent in cent os 5.3Dhcp & dhcp relay agent in cent os 5.3
Dhcp & dhcp relay agent in cent os 5.3
 

Viewers also liked

DNS - Domain Name System
DNS - Domain Name SystemDNS - Domain Name System
DNS - Domain Name SystemPeter R. Egli
 
Exploring the Use of DNS as a Search Engine for the Web of Things
Exploring the Use of DNS as a Search Engine for the Web of ThingsExploring the Use of DNS as a Search Engine for the Web of Things
Exploring the Use of DNS as a Search Engine for the Web of ThingsAndreas Kamilaris
 
A brief history of seattle startups
A brief history of seattle startupsA brief history of seattle startups
A brief history of seattle startupsMarcelo Calbucci
 
Domain Name System (DNS)
Domain Name System (DNS)Domain Name System (DNS)
Domain Name System (DNS)Thiago Sinésio
 
Cent os 5.1 - configuring samba 3.0 to use the ads security mode
Cent os 5.1  - configuring samba 3.0 to use the ads security modeCent os 5.1  - configuring samba 3.0 to use the ads security mode
Cent os 5.1 - configuring samba 3.0 to use the ads security modeB Sasi Kumar
 
Building a Linux IPv6 DNS Server Project review PPT v3.0 First review
Building a Linux IPv6 DNS Server Project review PPT v3.0 First reviewBuilding a Linux IPv6 DNS Server Project review PPT v3.0 First review
Building a Linux IPv6 DNS Server Project review PPT v3.0 First reviewHari
 
Dns introduction
Dns   introduction Dns   introduction
Dns introduction sunil kumar
 
How to configure dns server(2)
How to configure dns server(2)How to configure dns server(2)
How to configure dns server(2)Amandeep Kaur
 

Viewers also liked (20)

Domain name system
Domain name systemDomain name system
Domain name system
 
DNS - Domain Name System
DNS - Domain Name SystemDNS - Domain Name System
DNS - Domain Name System
 
Dns ppt
Dns pptDns ppt
Dns ppt
 
Exploring the Use of DNS as a Search Engine for the Web of Things
Exploring the Use of DNS as a Search Engine for the Web of ThingsExploring the Use of DNS as a Search Engine for the Web of Things
Exploring the Use of DNS as a Search Engine for the Web of Things
 
Dns
DnsDns
Dns
 
A brief history of seattle startups
A brief history of seattle startupsA brief history of seattle startups
A brief history of seattle startups
 
Domain Name System (DNS)
Domain Name System (DNS)Domain Name System (DNS)
Domain Name System (DNS)
 
PACE-IT: Intro to the DNS Service - N10 006
PACE-IT: Intro to the DNS Service - N10 006 PACE-IT: Intro to the DNS Service - N10 006
PACE-IT: Intro to the DNS Service - N10 006
 
Cent os 5.1 - configuring samba 3.0 to use the ads security mode
Cent os 5.1  - configuring samba 3.0 to use the ads security modeCent os 5.1  - configuring samba 3.0 to use the ads security mode
Cent os 5.1 - configuring samba 3.0 to use the ads security mode
 
Configuring RAID 1 on CentOs
Configuring RAID 1 on CentOsConfiguring RAID 1 on CentOs
Configuring RAID 1 on CentOs
 
6. centos networking
6. centos networking6. centos networking
6. centos networking
 
Building a Linux IPv6 DNS Server Project review PPT v3.0 First review
Building a Linux IPv6 DNS Server Project review PPT v3.0 First reviewBuilding a Linux IPv6 DNS Server Project review PPT v3.0 First review
Building a Linux IPv6 DNS Server Project review PPT v3.0 First review
 
Dns introduction
Dns   introduction Dns   introduction
Dns introduction
 
Dns
DnsDns
Dns
 
70 640
70 64070 640
70 640
 
Dns centos
Dns centosDns centos
Dns centos
 
DNS (BIND) on CentOS
DNS (BIND) on CentOSDNS (BIND) on CentOS
DNS (BIND) on CentOS
 
Presentation
PresentationPresentation
Presentation
 
6421 b Module-03
6421 b Module-036421 b Module-03
6421 b Module-03
 
How to configure dns server(2)
How to configure dns server(2)How to configure dns server(2)
How to configure dns server(2)
 

Similar to Seo2 india devang barot - google public dns

3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdfssuserfd0132
 
Dhcp, dns and proxy server (1)
Dhcp, dns and proxy server (1)Dhcp, dns and proxy server (1)
Dhcp, dns and proxy server (1)Sahira Khan
 
Installation of Active Directory on Windows Server 2003 Server
Installation of Active Directory on Windows Server 2003 ServerInstallation of Active Directory on Windows Server 2003 Server
Installation of Active Directory on Windows Server 2003 Server► Supreme Mandal ◄
 
computer network designing- final year project
computer network designing- final year projectcomputer network designing- final year project
computer network designing- final year projectAboubacar Mchangama
 
Briefly describe the four IEEE 802.11i phases of operationSolut.pdf
Briefly describe the four IEEE 802.11i phases of operationSolut.pdfBriefly describe the four IEEE 802.11i phases of operationSolut.pdf
Briefly describe the four IEEE 802.11i phases of operationSolut.pdfarihantpuneteleshope
 
The main thing we have to do is correct tap on the system status not.pdf
The main thing we have to do is correct tap on the system status not.pdfThe main thing we have to do is correct tap on the system status not.pdf
The main thing we have to do is correct tap on the system status not.pdfappsmobileshoppe
 
Setting up computer servers (sucs)
Setting up computer servers (sucs)Setting up computer servers (sucs)
Setting up computer servers (sucs)Melchor Maravillas
 
2-DNS Server.ppt
2-DNS Server.ppt2-DNS Server.ppt
2-DNS Server.pptRaj Kumar
 
DNS windows server(2008R2) & linux(SLES 11)
DNS windows server(2008R2) & linux(SLES 11)DNS windows server(2008R2) & linux(SLES 11)
DNS windows server(2008R2) & linux(SLES 11)Tola LENG
 
Installation of Windows Server 2003 Domain Controller and DNS Server Setup
Installation of Windows Server 2003 Domain Controller and DNS Server SetupInstallation of Windows Server 2003 Domain Controller and DNS Server Setup
Installation of Windows Server 2003 Domain Controller and DNS Server Setup► Supreme Mandal ◄
 
Devry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands newDevry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands newwilliamethan912
 
Windows Server 2012 Installation and Configurtion Superiorgrw
Windows Server 2012 Installation and Configurtion SuperiorgrwWindows Server 2012 Installation and Configurtion Superiorgrw
Windows Server 2012 Installation and Configurtion SuperiorgrwAwais Amjad
 
Lesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol ALesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol AMahmmoud Mahdi
 
Devry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands newDevry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands newuopassignment
 

Similar to Seo2 india devang barot - google public dns (20)

3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
 
Dhcp, dns and proxy server (1)
Dhcp, dns and proxy server (1)Dhcp, dns and proxy server (1)
Dhcp, dns and proxy server (1)
 
Installation of Active Directory on Windows Server 2003 Server
Installation of Active Directory on Windows Server 2003 ServerInstallation of Active Directory on Windows Server 2003 Server
Installation of Active Directory on Windows Server 2003 Server
 
computer network designing- final year project
computer network designing- final year projectcomputer network designing- final year project
computer network designing- final year project
 
1
11
1
 
Briefly describe the four IEEE 802.11i phases of operationSolut.pdf
Briefly describe the four IEEE 802.11i phases of operationSolut.pdfBriefly describe the four IEEE 802.11i phases of operationSolut.pdf
Briefly describe the four IEEE 802.11i phases of operationSolut.pdf
 
The main thing we have to do is correct tap on the system status not.pdf
The main thing we have to do is correct tap on the system status not.pdfThe main thing we have to do is correct tap on the system status not.pdf
The main thing we have to do is correct tap on the system status not.pdf
 
Setting up computer servers (sucs)
Setting up computer servers (sucs)Setting up computer servers (sucs)
Setting up computer servers (sucs)
 
Ad installation
Ad installationAd installation
Ad installation
 
DNS,SMTP and POP3
DNS,SMTP and POP3DNS,SMTP and POP3
DNS,SMTP and POP3
 
main
mainmain
main
 
My Journal
My JournalMy Journal
My Journal
 
2-DNS Server.ppt
2-DNS Server.ppt2-DNS Server.ppt
2-DNS Server.ppt
 
DNS windows server(2008R2) & linux(SLES 11)
DNS windows server(2008R2) & linux(SLES 11)DNS windows server(2008R2) & linux(SLES 11)
DNS windows server(2008R2) & linux(SLES 11)
 
DHCP(In_Linux).pptx
DHCP(In_Linux).pptxDHCP(In_Linux).pptx
DHCP(In_Linux).pptx
 
Installation of Windows Server 2003 Domain Controller and DNS Server Setup
Installation of Windows Server 2003 Domain Controller and DNS Server SetupInstallation of Windows Server 2003 Domain Controller and DNS Server Setup
Installation of Windows Server 2003 Domain Controller and DNS Server Setup
 
Devry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands newDevry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands new
 
Windows Server 2012 Installation and Configurtion Superiorgrw
Windows Server 2012 Installation and Configurtion SuperiorgrwWindows Server 2012 Installation and Configurtion Superiorgrw
Windows Server 2012 Installation and Configurtion Superiorgrw
 
Lesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol ALesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol A
 
Devry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands newDevry gsp 215 week 7 homework networking commands new
Devry gsp 215 week 7 homework networking commands new
 

More from SEO2India - Devang Barot - SEO2India

More from SEO2India - Devang Barot - SEO2India (20)

Seo2 india tax-pay-2013-14-tenament no-06161912360001n
Seo2 india tax-pay-2013-14-tenament no-06161912360001nSeo2 india tax-pay-2013-14-tenament no-06161912360001n
Seo2 india tax-pay-2013-14-tenament no-06161912360001n
 
Seo2 india - An India Based SEO Devang Barot
Seo2 india - An India Based SEO Devang BarotSeo2 india - An India Based SEO Devang Barot
Seo2 india - An India Based SEO Devang Barot
 
Seo training-seo2 india-devang barot
Seo training-seo2 india-devang barotSeo training-seo2 india-devang barot
Seo training-seo2 india-devang barot
 
Top10 freepressreleasewebsites seo2india-Devang Barot
Top10 freepressreleasewebsites seo2india-Devang BarotTop10 freepressreleasewebsites seo2india-Devang Barot
Top10 freepressreleasewebsites seo2india-Devang Barot
 
Seo2india devang barot-mumbai-dabbawala
Seo2india devang barot-mumbai-dabbawalaSeo2india devang barot-mumbai-dabbawala
Seo2india devang barot-mumbai-dabbawala
 
Mumbai dabbawala-seo2india-devang-barot
Mumbai dabbawala-seo2india-devang-barotMumbai dabbawala-seo2india-devang-barot
Mumbai dabbawala-seo2india-devang-barot
 
Seo2india the social semantic web
Seo2india the social semantic webSeo2india the social semantic web
Seo2india the social semantic web
 
Seo2India socialmediamarketing
Seo2India socialmediamarketingSeo2India socialmediamarketing
Seo2India socialmediamarketing
 
SEO2India -Websitemagazine
SEO2India -WebsitemagazineSEO2India -Websitemagazine
SEO2India -Websitemagazine
 
Seo2 India What Google Do
Seo2 India What Google DoSeo2 India What Google Do
Seo2 India What Google Do
 
Seo2 India Growing Adwords En
Seo2 India  Growing Adwords EnSeo2 India  Growing Adwords En
Seo2 India Growing Adwords En
 
SEO2India-Devang Barot- build-profitable_websites_fast
SEO2India-Devang Barot- build-profitable_websites_fastSEO2India-Devang Barot- build-profitable_websites_fast
SEO2India-Devang Barot- build-profitable_websites_fast
 
Devang seoindia barotseo_expert_india_ahmedabad_india
Devang seoindia barotseo_expert_india_ahmedabad_indiaDevang seoindia barotseo_expert_india_ahmedabad_india
Devang seoindia barotseo_expert_india_ahmedabad_india
 
Seo2 india delhi-2010-commonwelth
Seo2 india  delhi-2010-commonwelthSeo2 india  delhi-2010-commonwelth
Seo2 india delhi-2010-commonwelth
 
Seo2 india bharat nirman
Seo2 india  bharat nirmanSeo2 india  bharat nirman
Seo2 india bharat nirman
 
Pan Card Application Form - SEO2India
Pan Card Application Form - SEO2IndiaPan Card Application Form - SEO2India
Pan Card Application Form - SEO2India
 
SEO2India - Cyber crime
SEO2India - Cyber crimeSEO2India - Cyber crime
SEO2India - Cyber crime
 
SEO2India Ganesh
SEO2India GaneshSEO2India Ganesh
SEO2India Ganesh
 
Shakti
ShaktiShakti
Shakti
 
Indian
IndianIndian
Indian
 

Seo2 india devang barot - google public dns

  • 1. Using Google Public DNS • Configuring your network settings to use Google Public DNS • Testing your new settings • Diagnosing resolution problems • Switching back to your old DNS settings Configuring your network settings to use Google Public DNS When you use Google Public DNS, you are changing your DNS "switchboard" operator from your ISP to Google Public DNS. In most cases, the IP addresses used by your ISP's domain name servers are automatically set by your ISP via the Dynamic Host Configuration Protocol (DHCP). To use Google Public DNS, you need to explicitly change the DNS settings in your operating system or device to use the Google Public DNS IP addresses. The procedure for changing your DNS settings varies according to operating system and version (Windows, Mac or Linux) or the device (computer, phone, or router). We give general procedures here that might not apply for your OS or device; please consult your vendor documentation for authoritative information. Note: We recommend that only users who are proficient with configuring operating system settings make these changes. Important: Before you start Before you change your DNS settings to use Google Public DNS, be sure to write down the current server addresses or settings on a piece of paper. It is very important that you keep these numbers for backup purposes, in case you need to revert to them at any time. After changing your settings, if you encounter a problem and cannot connect to the Internet, please call our support numbers for troubleshooting instructions. Google Public DNS telephone support • 877-590-4367 in the U.S. • 770-200-1201 outside the U.S. Google Public DNS IP addresses The Google Public DNS IP addresses are as follows: • 8.8.8.8 • 8.8.4.4 You can use either number as your primary or secondary DNS server. You can specify both numbers, but do not specify one number as both primary and secondary.
  • 2. Changing your DNS servers settings Because the instructions differ between different versions/releases of each operating system, we only give one version as an example. If you need specific instructions for your operating system/version, please consult your vendor's documentation. You may also find answers on our user group. Many systems allow you to specify multiple DNS servers, to be contacted in a priority order. In the following instructions, we provide steps to specify only the Google Public DNS servers as the primary and secondary servers, to ensure that your setup will correctly use Google Public DNS in all cases. Note: Depending on your network setup, you may need administrator/root privileges to change these settings. Microsoft Windows DNS settings are specified in the TCP/IP Properties window for the selected network connection. Example: Changing DNS server settings on Microsoft Windows Vista 1. Go the Control Panel. 2. Click Network and Internet, then Network and Sharing Center, then Manage network connections. 3. Select the connection for which you want to configure Google Public DNS. For example: • To change the settings for an Ethernet connection, right-click Local Area Connection, and click Properties. • To change the settings for a wireless connection, right-click Wireless Network Connection, and click Properties. If you are prompted for an administrator password or confirmation, type the password or provide confirmation. 4. Select the Networking tab. Under This connection uses the following items, click Internet Protocol Version 4 (TCP/IPv4), and then click Properties. 5. Click Advanced and select the DNS tab. If there are any DNS server IP addresses listed there, write them down for future reference, and remove them from this window. 6. Click OK. 7. Select Use the following DNS server addresses. If there are any IP addresses listed in the Preferred DNS server or Alternate DNS server, write them down for future reference. 8. Replace those addresses with the IP addresses of the Google DNS servers: 8.8.8.8 and 8.8.4.4. 9. Restart the connection you selected in step 3. 10.Test that your setup is working correctly; see Testing your new settings below. 11.Repeat the procedure for additional network connections you want to change. Mac OS X DNS settings are specified in the Network window. Example: Changing DNS server settings on Mac OS 10.5 1. From the Apple menu, click System Preferences, then click Network. 2. If the lock icon in the lower left-hand corner of the window is locked, click the icon to make changes, and when prompted to authenticate, enter your password. 3. Select the connection for which you want to configure Google Public DNS. For example:
  • 3. To change the settings for an Ethernet connection, select Built-In Ethernet, and click Advanced. • To change the settings for a wireless connection, select Airport, and click Advanced. 4. Select the DNS tab. 5. Click + to replace any listed addresses with, or add, the Google IP addresses at the top of the list: 8.8.8.8 and 8.8.4.4. 6. Click Apply and OK. 7. Test that your setup is working correctly; see Testing your new settings below. 8. Repeat the procedure for additional network connections you want to change. Linux In most modern Linux distributions, DNS settings are configured through Network Manager. Example: Changing DNS server settings on Ubuntu 1. In the System menu, click Preferences, then click Network Connections. 2. Select the connection for which you want to configure Google Public DNS. For example: • To change the settings for an Ethernet connection, select the Wired tab, then select your network interface in the list. It is usually called eth0. • To change the settings for a wireless connection, select the Wireless tab, then select the appropriate wireless network. 3. Click Edit, and in the window that appears, select the IPv4 Settings tab. 4. If the selected method is Automatic (DHCP), open the dropdown and select Automatic (DHCP) addresses only instead. If the method is set to something else, do not change it. 5. In the DNS servers field, enter the Google Public DNS IP addresses, separated by a space: 8.8.8.8 8.8.4.4 6. Click Apply to save the change. If you are prompted for a password or confirmation, type the password or provide confirmation. 7. Test that your setup is working correctly; see Testing your new settings below. 8. Repeat the procedure for additional network connections you want to change. If your distribution doesn't use Network Manager, your DNS settings are specified in /etc/resolv.conf. Example: Changing DNS server settings on a Debian server 1. Edit /etc/resolv.conf: sudo vi /etc/resolv.conf 2. If any nameserver lines appear, write down the IP addresses for future reference. 3. Replace the nameserver lines with, or add, the following lines: nameserver 8.8.8.8 nameserver 8.8.4.4 4. Save and exit. 5. Restart any Internet clients you are using. 6. Test that your setup is working correctly; see Testing your new settings below. Additionally, if you are using DHCP client software that overwrites the settings in /etc/resolv.conf, you will need to set up the client accordingly by editing the client's configuration file.
  • 4. Example: Configuring DHCP client sofware on a Debian server 1. Back up /etc/resolv.conf: sudo cp /etc/resolv.conf /etc/resolv.conf.auto 2. Edit /etc/dhcp3/dhclient.conf: sudo vi /etc/dhcp3/dhclient.conf 3. If there is a line containing domain-name-servers, write down the IP addresses for future reference. 4. Replace that line with, or add, the following line: prepend domain-name-servers 8.8.8.8, 8.8.4.4; 5. Save and exit. 6. Restart any Internet clients you are using. 7. Test that your setup is working correctly; see Testing your new settings below. Routers Every router uses a different user interface for configuring DNS server settings; we provide only a generic procedure below. For more information, please consult your router documentation. Note: Some ISPs hard-code their DNS servers into the equipment they provide; if you are using such a device, you will not be able to configure it to use Google Public DNS. Instead, you can configure each of the computers connected to the router, as described above. To change your settings on a router: 1. In your browser, enter the IP address to access the router's administration console. 2. When prompted, enter the password to access network settings. 3. Find the screen in which DNS server settings are specified. 4. If there are IP addresses specified in the fields for the primary and seconday DNS servers, write them down for future reference. 5. Replace those addresses with Google IP addresses: 8.8.8.8 and 8.8.4.4. 6. Save and exit. 7. Restart your browser. 8. Test that your setup is working correctly; see Testing your new settings below. Mobile or other devices DNS servers are typically specified under advanced wi-fi settings. However, as every mobile device uses a different user interface for configuring DNS server settings, we provide only a generic procedure below. For more information, please consult your mobile provider's documentation. To change your settings on a mobile device: 1. Go to the screen in which wi-fi settings are specified. 2. Find the screen in which DNS server settings are specified.
  • 5. 3. If there are IP addresses specified in the fields for the primary and seconday DNS servers, write them down for future reference. 4. Replace those addresses with Google IP addresses: 8.8.8.8 and 8.8.4.4. 5. Save and exit. 6. Test that your setup is working correctly; see Testing your new settings below. Testing your new settings To test that the Google DNS resolver is working: 1. From your browser, type in a hostname, such as http://www.google.com. If it resolves correctly, bookmark the page, and try accessing the page from the bookmark. If both of these tests work, everything is working correctly. If not, go to step 2. 2. From your browser, type in a fixed IP address. You can use http://18.62.1.6/ (which points to the website http://eecs.mit.edu/) as the URL*. If this works correctly, bookmark the page, and try accessing the page from the bookmark. If these tests work (but step 1 fails), then there is a problem with your DNS configuration; check the steps above to make sure you have configured everything correctly. If these tests do not work, go to step 3. 3. Roll back the DNS changes you made and run the tests again. If the tests still do not work, then there is a problem with your network settings; contact your ISP or network administrator for assistance. * Google thanks MIT for granting permission to use this URL for the purposes of testing web connectivity. Diagnosing resolution problems If you are encountering problems when resolving particular names, and want to verify whether the problem is with Google Public DNS, please try running the following diagnostic procedures. If you want to report a problem to the Google Public DNS user group, please copy and paste the results of the commands in your email. This information is vital to help us to identify the cause of the problem. Step 1: Verify that your client can communicate with the Google Public DNS servers Open a command prompt, and run the following command: On Windows: tracert -d 8.8.8.8 On Mac OS X: /usr/sbin/traceroute -n -w 2 -q 2 -m 30 8.8.8.8 On Linux: sudo traceroute -n -w 2 -q 2 -m 30 8.8.8.8 If the last line of the output does not list 8.8.8.8 as the final hop, or if there are significant timeouts, there may be a network problem preventing you from contacting our servers. Please include the output of the command in any communication with the Google Public DNS team.
  • 6. If the last line of the output does list 8.8.8.8 as the final hop, continue to step 2. Step 2: Verify that Google Public DNS can resolve the selected hostname At the command prompt, run the following command, where hostname is the name that you were having difficulty resolving: On Windows: nslookup -debug hostname 8.8.8.8 On Mac and Linux: dig @8.8.8.8 hostname If the the output shows an answer section with an A record for the hostname, then Google Public DNS is able to resolve the name. Check your settings to make sure your system is correctly configured to use Google Public DNS. If you are still unable to solve the problem, please include the output of the command in any communication with the Google Public DNS team. If the output does not show an answer for the hostname, continue to step 3. Step 3: Verify that another open resolver can resolve the selected hostname At the command prompt, run any one of the following commands, where hostname is the name that you were having difficulty resolving: nslookup hostname 4.2.2.1 nslookup hostname 4.2.2.2 nslookup hostname 208.67.222.222 nslookup hostname 208.67.220.220 (The first two commands test Level 3's DNS servers. The last two commands test OpenDNS' DNS servers.) If you are not able to get a successful result, this means that there is most likely a problem with the server you are trying to contact. Wait some time and try running the tests again. This may be a temporary problem on the server's side that will likely resolve itself eventually. If it does not, you should contact the owner of the server. If you do get a successful result, there may be a problem with Google Public DNS. Please include the output of this command and the one from step 2 in any communication with the Google Public DNS team.
  • 7. Switching back to your old DNS settings If you had not previously configured any customized DNS servers, to switch back to your old settings, in the window in which you specified the Google IP addresses, select the option to enable obtaining DNS server addresses automatically, and/or delete the Google IP addresses. This will revert your settings to using your ISP's default servers. If you need to manually specify any addresses, use the procedures above to specify the old IP addresses. If necessary, restart your system.