How to Fix DNS_PROBE_FINISHED_BAD_CONFIG?

Introduction

A web browser displays the DNS_PROBE_FINISHED_BAD_CONFIG error if it cannot connect to a web server. The error shows a vague indication of DNS configuration issues. Understanding what causes the error is the first step to resolving it.

This article explains how to fix the DNS_PROBE_FINISHED_BAD_CONFIG error.

How to Fix DNS_PROBE_FINISHED_BAD_CONFIG?

Prerequisites

  • A stable connection to the internet.
  • Command line/terminal access.
  • Access to a user account with administrator/sudo privileges.

What is the DNS_PROBE_FINISHED_BAD_CONFIG Error?

The DNS_PROBE_FINISHED_BAD_CONFIG error appears when a browser cannot connect to a website due to a DNS misconfiguration.

DNS_PROBE_FINISHED_BAD_CONFIG error Chrome

A DNS configuration error means the browser can't resolve the domain name into an IP address. The problem can occur in any browser and operating system.

What Causes the DNS_PROBE_FINISHED_BAD_CONFIG Error?

The DNS_PROBE_FINISHED_BAD_CONFIG error happens for several reasons. The source of the error is one of the following:

  • User configuration - A misconfigured DNS on a user's device.
  • Network - Network connectivity issues or network misconfigurations.
  • Web server - A website's DNS misconfiguration.

How to Fix the DNS_PROBE_FINISHED_BAD_CONFIG Error?

There are several reasons the DNS error appears, and it is difficult to pinpoint the source of the issue. The best approach is to troubleshoot DNS issues to fix a DNS_PROBE_FINISHED_BAD_CONFIG error.

Below are several different methods to approach resolving the DNS error.

1. Restart Router

A fast way to check and resolve connectivity issues is through a router reset. Turn the router off for a minute and turn it back on again.

Wait for the router to reboot and connect fully. Once connected to the internet, check if the problem persists on the website.

2. Clear Browser DNS Cache

Browsers cache DNS records to enable faster response times. If the cache corrupts over time, it may cause the DNS_PROBE_FINISHED_BAD_CONFIG error. Clear the browser's DNS cache to attempt resolving the error.

The steps to clear the DNS browser cache differ based on the browser. Follow the steps below for the specific browser you're using.

Chrome

To clear DNS cache in Chrome:

1. Open a new tab in Chrome.

2. Enter the following address into the address bar:

chrome://net-internals/#dns

The page shows a DNS lookup section and a button for the Host Resolver Cache.

3. Click the Clear Host Cache button.

Chrome clear host cache button

4. To apply the changes, restart the browser and check if the problem is gone.

Firefox

To clear DNS cache in Firefox, do the following:

1. Open a new tab in Firefox.

2. Go to the following page:

about:networking#dns

The page shows DNS networking options.

3. Click the Clear DNS Cache button near the bottom of the page.

Mozilla clear DNS cache

4. Restart the browser and check if the problem persists.

Safari

If using Safari, enable the Develop menu to clear DNS cache. Follow the steps below:

1. Open the Safari menu and choose Settings.

Safari settings

2. Select the Advanced tab and check Show Develop menu in menu bar. The new option appears in the menu bar.

Safari Show develop menu option

3. Open the Develop menu and choose Empty Caches from the list to clear the browser's cache.

Safari Develop menu Empty caches option

4. Restart the browser to apply the changes and see if the problem persists.

3. Flush System DNS Cache

DNS cache stores DNS lookup information. If the cache is corrupted, the best course of action is to clear the cache. The next time the computer sends a request, the lookup information automatically updates.

Follow our guide to flush DNS cache in macOS, Windows, or Linux. The commands differ between operating systems and their specific versions. After clearing the cache, attempt to connect to the same webpage again to see if the error persists.

4. Manually Configure DNS

Change the DNS configuration manually on your system to try and reset the DNS settings. Below are steps for different operating systems.

Windows

To manually configure DNS on a Windows machine, do the following:

1. Open the Start menu.

2. Search for Network Status and press Enter.

3. Under Advanced network settings, choose Change Adapter Options.

Change adapter options Windows

4. Right-click the network connection you wish to change and select Properties.

Network connection properties

5. Find Internet Protocol Version 4 (TCP/IPv4) on the list and select the option.

6. Click the Properties button.

Windows IPv4 properties

7. Select the Use the following DNS server addresses option.

8. Fill in the preferred and alternate addresses. For example, use Google's 8.8.8.8 as preferred and 8.8.4.4 as an alternate.

9. Click Ok to save the changes.

Windows DNS server settings Google DNS

10. Restart the browser and test the connection to see if the DNS_PROBE_FINISHED_BAD_CONFIG error is resolved.

macOS

To manually change the DNS configuration on macOS, follow the steps below:

1. Open the Apple menu.

2. Select System Settings.

Apple system settings

3. In the left pane, choose Network.

4. Select the connection you wish to configure from the list.

macOS network settings field

5. Open the Details page for the connection.

macOS Wi-Fi details

6. Switch to the DNS tab to see the DNS settings.

7. At the bottom of the left pane, click the plus (+) icon to add a new address.

macOS DNS servers menu

8. Add a primary and secondary address. For example, to use Google's DNS, set the primary as 8.8.8.8 and the secondary as 8.8.4.4.

9. Click OK to save the changes.

macOS DNS servers Google addresses

Test the webpage connection again to see if the configuration error persists.

Linux

Linux allows manually changing DNS settings via GUI or through the terminal. Follow our detailed guide to set up a DNS nameserver on Ubuntu.

Note: Check out our detailed guide to learn more about what the Domain Name System (DNS) is and how does it work.

5. Remove Temporary Files

Every browser stores temporary data. Temporary files can conflict with DNS information and cause errors. To clear temporary browsing files from the system, follow the OS-specific steps below.

Windows

To manually remove temporary files in Windows, type %tmp% into the Windows search bar and press Enter.

Windows start search %tmp% folder

Windows Explorer opens the temp folder, which contains the temporary files. Delete all the files from the directory and recheck the connection.

macOS

To remove temporary files on macOS, open the finder and press CMD+Shift+G to open a search bar. Search for /Library/Caches and press Enter.

macOS /Library/Caches search result

The result shows all relevant temporary cached folders to delete.

Linux

Temporary files reside in the /tmp directory on Linux systems, such as Ubuntu. The contents are automatically deleted upon system reboot. Use the command line to reboot a Linux system and reset the /tmp directory.

6. Check Firewall Settings

A firewall can block access to websites and cause conflicts with network settings. The easiest way to check if a firewall is the causing DNS issues is to disable firewall settings and try connecting to the webpage again. If the error disappears, the problem is due to the firewall's settings.

Below are instructions to access firewall options on different OSes.

Windows

Check the firewall settings on Windows by following the steps below:

1. Press the Start button.

2. Search for "Windows Security" and press Enter.

3. Open Firewall & network protection.

Windows security firewall and network protection

4. Choose the active network profile (Domain network, Private network, or Public network).

Windows firewall Public network (active)

5. Switch the Microsoft Defender Firewall off and check if the problem persists.

Windows defender firewall switch

If the DNS problem disappears, double-check if the firewall settings block all traffic or access to specific websites.

Note: The steps to configure Windows Server firewall settings differ from the regular desktop version.

macOS

To check the firewall settings on macOS, do the following:

1. Open the Apple menu.

2. Choose System Settings.

3. In the sidebar, select Network.

4. In the right pane, choose Firewall.

macOS firewall settings

5. Turn off the firewall and see if the error persists.

macOS firewall turned off

If the website is available after turning off the firewall, check the firewall options and whether any blocked websites cause the error.

Linux

Linux systems offer different firewalls depending on the distribution. Below are some useful guides for different firewalls and distributions:

Note: Check out our guide on the types of firewalls to learn more about them and how do they work.

7. Update Network Drivers

Outdated or corrupt network drivers cause various network issues, including DNS problems. Check if the system or its drivers require updating.

Follow the steps below for different operating systems.

Windows

System updates automatically handle network drivers. Windows also allows to manually check for newer versions of specific drivers. Follow the steps below to update a network driver:

1. Open the Start menu.

2. Type "Device Manager" and press Enter.

Windows search device manager

3. Expand the Network adapters field.

4. Right-click the network adapter and choose Update driver.

Windows network adapter update driver

5. Restart the machine and try reopening the website.

macOS

To check for the latest updates on macOS, do the following:

1. Open the Apple menu.

2. Select About This Mac.

Apple menu About this Mac

3. Click the More Info button.

macOS more info

4. Check if the system is already at the newest version. If the system version is visible in the macOS section, the system is up to date.

macOS version

If the Update button displays, update the system to the newest version. Check if the DNS_PROBE_FINISHED_BAD_CONFIG error is gone.

Linux

To check for network driver updates in Linux, run the following commands in the terminal (CTRL+Alt+T):

1. Run the lshw command to list network hardware information:

sudo lshw -class network
sudo lshw -class network terminal output

The output shows the driver's name and version.

2. Search the apt library for the driver using the driver name:

apt search <driver name>
apt search e1000 terminal output

Compare the version from the outputs of the two commands.

3. If the driver is not the newest version, update it with:

sudo apt install <package name>

Wait for the installation to finish and recheck the connection.

8. Check Browser Add-ons

Some add-ons block websites or cause connectivity issues. Try turning off browser add-ons to pinpoint the one causing DNS issues.

If the connection issues disappear, check the specific add-on's settings to see if there are configurations that block connections to a webpage. Alternatively, try reinstalling or removing the add-on.

9. Scan the Computer for Malware

Malware, viruses, and other threats can tamper with cached DNS records. Scan the device for malware if you suspect malicious software or files are on the machine.

DNS is frequently targeted by attackers as that gives them an opportunity to redirect users to fake websites. Follow DNS security best practices to fortify the infrastructure and ensure protection from cyber attacks.

Conclusion

After going through this troubleshooting guide, you know the possible causes and resolutions to the DNS_PROBE_FINISHED_BAD_CONFIG error in a browser. Another DNS error that you might encounter in the browser is DNS_PROBE_FINISHED_NXDOMAIN which you can resolve by following our guide.

DNS errors are common, and learning how to resolve different DNS errors is a crucial skill for any network administrator.

Was this article helpful?
YesNo
Milica Dancuk
Milica Dancuk is a technical writer at phoenixNAP who is passionate about programming. Her background in Electrical Engineering and Computing combined with her teaching experience give her the ability to easily explain complex technical concepts through her content.
Next you should read
How to Resolve the "Temporary failure in name resolution" Error
November 9, 2023

The "Temporary failure in name resolution" error appears when the system is unable to translate a website name into an IP...
Read more
Troubleshooting DNS Issues {nslookup, dig, host & More}
November 17, 2021

DNS issues can be troublesome. This tutorial offers some useful tips and troubleshooting methods to help you pinpoint and resolve...
Read more
How to Reduce DNS Lookups
March 2, 2023

Reducing DNS lookup time improves the performance of your website in a number of important ways, including Faster website and individual component loading, reduced network latency...
Read more
DNS Best Practices for Security and Performance
November 11, 2019

DNS management is a significant hurdle in enterprise environments. DNS infrastructure needs to be organized properly to avoid...
Read more