banner



how to change dns servers windows 10

When you subscribe for internet access for home or business organisation, the Isp (Internet access provider) likewise provides the necessary network settings, including the Domain Proper noun System (DNS) addresses, which makes possible to access your favorite sites, online services that yous may need to work from habitation, and download files.

The but caveat is that the Internet service provider's DNS servers are normally slower, unreliable at times, and not very private. However, you can e'er use unlike resolvers from tertiary-party companies to ameliorate your internet experience on Windows ten. Here's how.

Related: How to configure Cloudflare one.1.1.1 DNS service on Windows 10 or router

What'southward DNS?

A Domain Name Arrangement is a service (normally at no cost to you) that allows you to type a friendly domain proper name in the web browser to load a spider web page, and without them, it'd exist a nightmare to surf the net.

The consequence is that every device continued to a network requires an IP address (104.18.189.55) to communicate with other devices. However, these addresses are not easy for humans to retrieve, and DNS servers are the ones that provide the mechanism to interpret friendly domain names (WindowsCentral.com) into an IP address that computers can understand.

Although you tin can type https://windowscentral.com to get to our website, in the background, the browser first sends a request to the DNS servers to resolve the website proper noun into an IP accost. When the address is found, information technology returns, and then the browser connects to the site and downloads the contents of the page.

Typically, you don't notice this process, considering everything happens in milliseconds. However, if the resolvers that you're using aren't reliable, they're slowing downward your net, or yous want to use faster and more than individual servers, Windows 10 allows you to change these settings to whatever services you want to use.

In this Windows x guide, we'll walk yous through the steps to alter the DNS settings on your computer using Control Panel, Control Prompt, and Settings app.

  • How to change Windows 10 DNS settings using Control Panel
  • How to modify Windows 10 DNS settings using Settings
  • How to change Windows ten DNS settings using Command Prompt

How to alter Windows 10 DNS settings using Control Panel

To change the DNS settings on Windows 10 using Control Panel, employ these steps:

  1. Open up Command Panel.
  2. Click on Network and Net.
  3. Click on Network and Sharing Centre.
  4. Click the Modify adapter settings option in the left pane.

    Network and Sharing Center Source: Windows Central

  5. Correct-click the network interface that connects Windows x to the internet, and select the Backdrop option.

    Network adapter properties option Source: Windows Central

    Quick tip: You'll know which adapter is connected to the network considering it won't accept a "Disabled" or "Network cablevision unplugged" label.

  6. Select and check the Internet Protocol Version 4 (TCP/IPv4) option.
  7. Click the Properties button.

    Internet Protocol Version 4 option Source: Windows Cardinal

  8. Select the Utilise the following DNS server addresses option.

    Quick note: When you select the option to specify the DNS settings manually, the device will continue to receive the TCP/IP address from the DHCP server (router).

  9. Blazon your "preferred" and "alternate" DNS addresses.

    Static DNS configuration network settings Source: Windows Key

    If you want to use Cloudflare, Google Public DNS, or Cisco OpenDNS, you can utilise these settings:

    • Cloudflare: one.1.1.1 and i.0.0.1
    • Google Public DNS: 8.8.8.viii and 8.8.4.4
    • OpenDNS: 208.67.222.222 and 208.67.220.220
  10. (Optional) Click the Advanced button.
  11. Click the DNS tab.
  12. Click the Add button.
  13. Specify the alternate DNS server accost.
  14. Click the Add button.

    Quick tip: In addition to adding more addresses, from this tab, you can too edit and remove resolvers, and you even have an option on the side to change their priority.

  15. Click the OK push.
  16. Click the Close button.

Once you complete the steps, the device will immediately start using the DNS settings that yous specified.

How to change Windows 10 DNS settings using Settings

To modify the DNS addresses using the Settings app, employ these steps:

  1. Open Settings.
  2. Click on Network & Internet.
  3. Click on Ethernet (or Wi-Fi depending on your connection).
  4. Select the connection that connects Windows 10 to the network.

    Settings Ethernet connections Source: Windows Primal

  5. Under the "IP settings" section, click the Edit button.

    Network settings edit IP address Source: Windows Central

  6. Employ the "Edit IP settings" drop-down menu and select the Transmission option.
  7. Turn on the IPv4 toggle switch.
  8. Confirm your "Preferred DNS" and "Alternate DNS" addresses.

    Settings set DNS addresses Source: Windows Central

    If you want to utilise Cloudflare, Google Public DNS, or Cisco OpenDNS, you can utilise these settings:

    • Cloudflare: 1.1.1.1 and one.0.0.i
    • Google Public DNS: 8.eight.8.8 and 8.viii.4.four
    • OpenDNS: 208.67.222.222 and 208.67.220.220
  9. Click the Save button.

After you complete the steps, you lot should now be able to connect to the cyberspace using the new resolvers.

Although the Settings app should be the recommended experience to change the DNS settings on your estimator, we're non listing this selection commencement because it tin be confusing for some people.

How to change Windows 10 DNS settings using Control Prompt

Alternatively, you lot can also use Command Prompt to change the DNS settings on Windows 10.

To use Command Prompt to modify the device DNS settings, utilize these steps:

  1. Open Start.
  2. Search for Control Prompt, right-click the top outcome, and select the Run every bit ambassador pick.
  3. Blazon the post-obit control to launch the tool to change the networking settings and press Enter:

    netsh

  4. Type the following command to place the names of the network adapters and press Enter:

    interface show interface

  5. Type the following command to set the primary DNS IP address and press Enter:

    interface ip fix dns name="ADAPTER-NAME" source="static" address="10.Ten.X.X"

    In the command, remember to change ADAPTER-Name with the proper name of your network adapter you identified on stride No. 4, and alter X.X.X.10 with the IP address of the DNS server that you want to utilize.

    If you desire to use Cloudflare, Google Public DNS, or Cisco OpenDNS, you lot can use these settings:

    • Cloudflare: 1.i.one.one and 1.0.0.one
    • Google Public DNS: eight.viii.viii.8 and 8.eight.four.iv
    • OpenDNS: 208.67.222.222 and 208.67.220.220

    For example, this command sets the primary DNS addres to 1.i.i.one:

    interface ip gear up dns name="Ethernet1" source="static" accost="i.i.1.1"

    Command Prompt set primary DNS address Source: Windows Key

  6. Type the following command to add an alternative DNS IP accost and press Enter:

    interface ip add dns proper noun="ADAPTER-Proper noun" addr="X.X.Ten.X" index=2

    In the command, think to modify ADAPTER-NAME with the name of your network adapter you queried on pace No. 4, and modify X.10.Ten.X with the secondary address that you want to apply.

    For example, this command sets the secondary DNS addres to i.0.0.one:

    interface ip add together dns proper name="Ethernet1" addr="1.0.0.1" alphabetize=2

    Command Prompt set secondary DNS address Source: Windows Central

    Quick tip: If you lot need to add fifty-fifty more DNS addresses, you tin can echo the above steps, but increase the number of the index option past 1. For case, interface ip add dns name="Ethernet1" addr="viii.8.viii.8" index=3

Once you complete the steps, Windows x will get-go using the new DNS server addresses to resolve domain names to numeric addresses that your device tin sympathise.

More than Windows 10 resources

For more helpful manufactures, coverage, and answers to mutual questions nigh Windows 10, visit the following resources:

  • Windows 10 on Windows Central – All you need to know
  • Windows 10 aid, tips, and tricks
  • Windows 10 forums on Windows Central

Source: https://www.windowscentral.com/how-change-your-pcs-dns-settings-windows-10

Posted by: pageothessonce.blogspot.com

0 Response to "how to change dns servers windows 10"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel