How to Change DNS Servers for Faster Browsing in Linux, Windows and Mac?

[ad_1]

Converting your pc’s DNS machine settings lets in you to make the most of one thing extra safe and dependable than what your ISP supplies.

Constructed-in DNS, that are your ISP’s area title servers, may well be slower, risky, and no longer very non-public. To optimize your on-line enjoy, you’ll be able to at all times use more than a few resolvers from third-party suppliers.

This text will have a look at how to exchange the DNS settings for sooner surfing in each Windows and Linux.

What’s DNS?

Area Identify Device (DNS) servers unravel domains and resolve the web page’s IP cope with. This permits you to briefly get admission to any web page with a particular title. It’s merely a phone ebook for the web, like saving the contacts the use of the title for cell numbers.

dns-image

Browsing the web can be difficult with out them.

Your web connection turns into risky in case your DNS slows down or turns into unreliable. In such cases, it’s possible you’ll make a choice to attach to the web for your pc the use of an alternate, protected, and loyal DNS.

It can be more practical to regulate DNS settings for your Wi-Fi community in order that it may be utilized by all units hooked up to it.  Then again, you might have considered trying to replace the DNS settings on particular person units, specifically for your pc.

You’ll be able to simply replace the DNS settings in Windows and Android in a couple of alternative ways.

DNS Server settings

OpenDNS,  Cloudflare, Comodo Protected DNS, and Google Public DNS are one of the vital perfect and loose public DNS servers to be had.

Cloudflare DNS:   1.1.1.1 and 1.0.0.1

Google DNS:   8.8.8.8 and 8.8.4.4

Comodo Protected:   8.26.56.26 and 8.20.247.20

Open DNS208.67.222.222 and 208.67.220.220

There are different the reason why folks want to exchange DNS, in addition to stepped forward safety and reliability, like the use of parental regulate and internet filtering industry options.

Converting DNS in Linux

Configuring the DNS servers in Linux is really easy. You wish to have to upload the nameservers to the configuration record.

In maximum Linux-based running programs, /and so on/resolv.conf record specifies the DNS servers which the machine utilities use for title solution. There must be no less than one nameserver line in the record. A DNS server is outlined via every nameserver line. The concern of the nameservers is made up our minds via the order in which the machine locates them in the record.

Simply apply the under steps to exchange your Linux server’s DNS settings.

Step 1: Open the terminal and run the next instructions separately in the basis person mode.

rm -r /and so on/resolv.conf
nano /and so on/resolv.conf

Step 2: Kind the next strains into the textual content editor after it has opened.

nameserver 1.1.1.1
nameserver 1.0.0.1

The addresses indexed above are Google DNS server addresses. Right here you’ll be able to use any DNS server cope with. Be sure you upload the right kind cope with.

Step 3: The next step is to save and shut the file. To save lots of and shut the record, hit Ctrl + X, then Y. Proceed to kind in the terminal now.

Step 4: Kind the next command in the terminal to make resolv.conf immutable to adjustments.

sudo chattr +i /and so on/resolv.conf

Step 5: After the information were stored, you’ll be able to make the adjustments via rebooting or operating the under command.

sudo /and so on/init.d/networking restart

That’s it! You are actually the use of the brand new DNS servers which you could have added.

Converting DNS in Windows

We will be able to exchange the DNS settings in home windows manually or via the use of some gear, that are loose and dependable.

The usage of Regulate panel

Step 1: Open the Regulate Panel.

Step 2: Make a selection Community and Web from the drop-down menu.

Step 3: Make a selection Community and Sharing Heart

network and sharing

Step 4: Within the left panel, choose the Change adapter settings possibility

network adapter

Step 5: Make a selection Homes from the right-click menu of the community interface.

Step 6: Make a choice the Web Protocol Model 4 (TCP/IPv4) possibility.

Step 7: Click on at the Homes button.

dns-config

Step 8: Input your “most well-liked,” and “choice” DNS addresses in the containers supplied. When you’ve finished the process, the instrument will start the use of the DNS settings you decided on immediately.

Converting DNS in Windows the use of command steered

On the other hand, you’ll be able to regulate the DNS settings on Windows the use of Command Steered.  Apply those procedures to adjust the instrument’s DNS settings the use of Command Steered.

Step 1: Open the command steered and run as an administrator.

Step 2: To open the application to adjust the networking settings, kind the next command and click on Input.

netsh

Step 3: Use the next command and hit Input to see the names of the community adapters.

interface display interface

Step 4: To set the principle DNS IP cope with, kind the next command and press Input.

interface ip set dns title="ADAPTER-NAME" supply="static" cope with="X.X.X.X"

Bear in mind to regulate ADAPTER-NAME for the title of the community interface adapter you decided on in Step 4 and XXXX for the IP cope with of the DNS server you wish to have to use.

For instance:

interface ip set dns title="Wi-Fi 2" supply="static" cope with="8.8.8.8"

Step 5: Upload the most well liked  DNS server cope with. So as to add another DNS IP cope with, use the next command.

interface ip upload dns title="ADAPTER-NAME" addr="X.X.X.X" index=2

When you’ve finished the process, Windows will start resolving domains to numeric addresses the use of the brand new DNS server addresses.

Converting DNS in MAC

You’ll be able to regulate DNS settings in mac OS very simply.

Step 1: Make a selection “Device Personal tastes” from the Apple menu.

Step 2: Make a selection the “Community” regulate panel from the drop-down menu.

Step 3: Make a choice your community interface from the checklist at the left (“Wi-Fi” or “Ethernet,” for instance), and then click on Subsequent.

Step 4: Within the Community window’s decrease appropriate nook, click on the “Complicated” button.

Step 5: To modify, upload, or take away DNS data, pass to the “DNS” tab on the most sensible of the display.

mac-dns

Step 6: After you’ve finished making DNS changes, click on the “OK” button. To make the DNS adjustments take impact, click on “Observe” and then go out Device Personal tastes as same old.

The topmost DNS servers shall be consulted first, so position the best-performing servers close to the highest of the checklist for optimum results.

Wrapping Up 👨‍💻

When it comes to changing your DNS settings, there is not any optimum or most suitable choice. Each and every public DNS has its personal merit for privateness and efficiency. Cloudflare and Google DNS are utilized by thousands and thousands so you might have considered trying to take a look at that to see if that works for you.

Be happy to know about the finest DNS tracking gear for efficiency and configuration adjustments.

[ad_2]

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button