Stay organized with collections Save and categorize content based on your preferences.
Configure your network settings to use Google Public DNSWhen you use Google Public DNS, you are changing your DNS "switchboard" operator from your ISP to Google Public DNS.
In most cases, the Dynamic Host Configuration Protocol (DHCP) automatically configures your system to use the IP addresses of your ISP's domain name servers. 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, Linux, or ChromeOS) or the device (computer, phone, or router). We give general procedures here that might not apply for your OS or device; consult your vendor documentation for authoritative information.
Depending on your system you may also have the option of enabling a new privacy-oriented feature called DNS-over-TLS. This feature provides privacy and security for the DNS messages sent between your device and Google's DNS servers. Details on configuring this optional feature are in specific sections for each system.
Caution: We recommend that only users who are proficient with configuring operating system settings make these changes. Important: Before you startBefore 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.
We also recommend that you print this page, in the event that you encounter a problem and need to refer to these instructions.
Google Public DNS IP addressesThe Google Public DNS IP addresses (IPv4) are as follows:
8.8.8.8
8.8.4.4
The Google Public DNS IPv6 addresses are as follows:
2001:4860:4860::8888
2001:4860:4860::8844
Some devices require explicit values for all eight fields of IPv6 addresses and cannot accept the abbreviated ::
IPv6 address syntax. For such devices enter:
2001:4860:4860:0:0:0:0:8888
2001:4860:4860:0:0:0:0:8844
Expand the 0
entries to 0000
if four hexadecimal digits are required.
You can use either address as your primary or secondary DNS server.
Important: For the most reliable DNS service, configure at least two DNS addresses. Do not specify the same address as both primary and secondary.You can configure Google Public DNS addresses for either IPv4 or IPv6 connections, or both. For IPv6-only networks with a NAT64 gateway using the 64:ff9b::/96
prefix, you can use Google Public DNS64 instead of Google Public DNS IPv6 addresses, providing connectivity to IPv4-only services without any other configuration.
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 page.
Many systems let you to specify multiple DNS servers, to be contacted in 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 correctly uses Google Public DNS in all cases.
Note: Depending on your network setup, you may need administrator/root privileges to change these settings. WindowsDNS settings are specified in the TCP/IP Properties window for the selected network connection.
Example: Changing DNS server settings on Windows 10
Select the connection for which you want to configure Google Public DNS. For example:
If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
Select the Networking tab. Under This connection uses the following items, select Internet Protocol Version 4 (TCP/IPv4) or Internet Protocol Version 6 (TCP/IPv6) and then click Properties.
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.
Click OK.
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.
Replace those addresses with the IP addresses of the Google DNS servers:
8.8.8.8
and/or 8.8.4.4
.2001:4860:4860::8888
and/or 2001:4860:4860::8844
.Test that your setup is working correctly; see Test your new settings.
Repeat the procedure for additional network connections you want to change.
DNS settings are specified in the Network window.
Example: Changing DNS server settings on macOS 10.15
8.8.8.8
and/or 8.8.4.4
.2001:4860:4860::8888
and/or 2001:4860:4860::8844
.In most modern Linux distributions, DNS settings are configured through Network Manager.
Example: Changing DNS server settings on Ubuntu
eth0
.8.8.8.8
and/or 8.8.4.4
.2001:4860:4860::8888
and/or 2001:4860:4860::8844
.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
Edit /etc/resolv.conf
:
sudo vi /etc/resolv.conf
If any nameserver
lines appear, write down the IP addresses for future reference.
Replace the nameserver
lines with, or add, the following lines:
For IPv4:
nameserver 8.8.8.8
nameserver 8.8.4.4
For IPv6:
nameserver 2001:4860:4860::8888
nameserver 2001:4860:4860::8844
For IPv6-only, you can use Google Public DNS64 instead of the above IPv6 addresses.
Save and exit.
Restart any Internet clients you are using.
Test that your setup is working correctly; see Test your new settings.
Additionally, if you are using DHCP client software that overwrites the settings in /etc/resolv.conf
, you need to configure the DHCP client by editing the client's configuration file.
Example: Configuring DHCP client software on a Debian server
Back up /etc/resolv.conf
:
sudo cp /etc/resolv.conf /etc/resolv.conf.auto
Edit /etc/dhcp/dhclient.conf
(or /etc/dhcp3/dhclient.conf
):
sudo vi /etc/dhcp*/dhclient.conf
If there is a line following request
with only domain-name-servers,
remove that line.
If there is a line containing domain-name-servers
with IP addresses, write down the IP addresses for future reference.
Replace that line with, or add, the following line:
For IPv4:
prepend domain-name-servers 8.8.8.8, 8.8.4.4;
For IPv6:
prepend domain-name-servers 2001:4860:4860::8888, 2001:4860:4860::8844;
For IPv6-only, you can use Google Public DNS64 instead of the above IPv6 addresses.
Note: ISC DHCP v4.3.6 or higher is required for IPv6 domain-name-servers to be processed; earlier versions would silently ignore such configuration.Save and exit.
Restart any Internet clients you are using.
Test that your setup is working correctly; see Test your new settings.
DNS settings are specified in the Network section of the Settings menu for the selected network connection.
Example: Changing DNS server settings on ChromeOS 71
8.8.8.8
and 8.8.4.4
).2001:4860:4860::8888
and/or 2001:4860:4860::8844
.Every router uses a different user interface for configuring DNS server settings; we provide only the generic procedure. 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 cannot 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:
192.168.0.1
, 192.168.1.1
, 192.168.2.1
, or 192.168.1.100
. If none of these work, try to find the default gateway address in the network settings panel of your system.8.8.8.8
and/or 8.8.4.4
.2001:4860:4860::8888
and/or 2001:4860:4860::8844
.Some routers require explicit values for all eight fields of IPv6 addresses and cannot accept the abbreviated ::
IPv6 address syntax. For such routers enter:
2001:4860:4860:0:0:0:0:8888
2001:4860:4860:0:0:0:0:8844
Expand the 0
entries to 0000
if four hexadecimal digits are required.
You can change DNS settings on iPhone, iPad, or iPod touch with the following steps.
8.8.8.8
and/or 8.8.4.4
2001:4860:4860::8888
and/or 2001:4860:4860::8844
Switching back to Automatic will restore the DNS server specified by the Wi-Fi network.
Note: this change only applies to a specific Wi-Fi network but not to other networks in the Wi-Fi list or DNS settings for cellular data. If you want all your Wi-Fi networks to use the same DNS configuration, the best option is to update the DNS configuration on your routers. To change the DNS for your iOS device on all networks including cellular data requires a VPN app that lets you to configure the DNS server for the VPN. Given that there are so many choices of VPN app and the setup complexity, it is only recommended for advanced users. Android Android 9 (Pie) or higherAndroid 9 supports "Private DNS" which uses DNS-over-TLS to provide security and privacy for your DNS queries. You can configure it with the following steps.
dns.google
as the hostname of the DNS provider.For more information see the Android blog post announcing the feature. Please note that in Android P, the default mode for Private DNS is "Automatic" which means it uses the network specified DNS server and it attempts a TLS connection to port 853 before falling back to UDP on port 53.
Older Android versionsDevices running versions older than Android 9 do not support DNS-over-TLS and cannot configure private DNS for all networks. You can configure DNS for each individual Wi-Fi network you use. This requires configuring all network information manually and is only recommended for advanced users.
Mobile or other devicesDNS 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 the generic procedure. For more information, please consult your mobile provider's documentation.
To change your settings on a mobile device:
8.8.8.8
and/or 8.8.4.4
.2001:4860:4860::8888
and/or 2001:4860:4860::8844
.To test that the Google DNS resolver is working:
From your browser, enter a hostname URL (such as http://www.google.com/
). If it resolves correctly, quit the browser, load the page again and refresh it for several times to make sure the result is not from a cached web page.
http://ipv4.google.com/
).If all of these tests work, everything is working correctly. If not, go to the next step.
From your browser, type in a fixed IP address. You can use http://216.218.228.119/
(which points to the test-ipv6.com website) as the URL.1
If you are using Google Public DNS64 on an IPv6-only system, use http://[64:ff9b::d8da:e477]/
as the URL instead. If this test does not work, you do not have access to a NAT64 gateway at the reserved prefix 64:ff9b::/96
and cannot use Google Public DNS64.
If you are using an IPv6-only system without Google Public DNS64, use http://[2001:470:1:18::119]/
as the URL instead.
If this works correctly, reload the page with a new opened browser to make sure the page is loaded from scratch. 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 the next step.
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.
If you encounter any problems after setting Google Public DNS as your resolver, please run the diagnostic procedure.
1 Google thanks Jason Fesler for granting permission to use test-ipv6.com URLs for browser DNS testing purposes.
Switch back to your old DNS settingsIf 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 reverts 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.
Restart your system if necessary.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["Configure your devices to use Google Public DNS by switching from your internet service provider's (ISP) domain name servers to Google's."],["Google Public DNS offers IPv4 addresses (8.8.8.8 and 8.8.4.4) and IPv6 addresses (2001:4860:4860::8888 and 2001:4860:4860::8844) for enhanced performance and reliability."],["Detailed instructions are provided for configuring DNS settings on various operating systems, including Windows, macOS, Linux, and ChromeOS, as well as routers and mobile devices."],["After configuration, test your setup to ensure proper functionality and refer to the troubleshooting section if any issues arise."],["For added privacy, consider enabling DNS-over-TLS, although the setup process for this feature is not covered in the provided content and requires consulting vendor documentation."]]],["To utilize Google Public DNS for potentially improved speed and reliability, users must manually configure their devices. This involves replacing default DNS settings with Google's IPv4 addresses (`8.8.8.8`, `8.8.4.4`) or IPv6 addresses (`2001:4860:4860::8888`, `2001:4860:4860::8844`). The configuration process varies by OS (Windows, macOS, Linux, ChromeOS, iOS, Android) and device, typically involving network settings adjustments. Always back up current DNS settings and test the new configuration. Routers can also be configured. For IPv6-only networks, use Google Public DNS64.\n"]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4