How To Fix QC's DND Issue

Created by Mickaela Tan, Modified on Fri, 5 Jul, 2024 at 2:29 AM by Mickaela Tan

Step 1. Release and Renew IP Address

Due to the fact that this is usually a client-side DNS issue, the very first thing you should do is try releasing and renewing the IP address on your computer. This also includes flushing your local DNS cache, which is similar to browser cache.

Windows

  1. In Windows simply open up Command Prompt by pressing the Windows logo key and R or search run in your windows search bar - Then type cmd and hit Enter. 

Command Prompt box


  1. Type in ipconfig /release and hit Enter. This will release your current IP address.


 ipconfig /release


command prompt containing ipconfig /release


  1. Then type in ipconfig /flushdns and hit Enter. 


ipconfig /flushdns



This will flush your local DNS cache. 


You should see a “Successfully flushed the DNS resolver Cache” if it worked.

command prompt containing ipconfig /flushdns


  1. Then type in ipconfig /renew and hit Enter. This will renew your IP address.


ipconfig /renew


command prompt containing ipconfig /renew



Mac

To release and renew your IP address on a Mac, 


  1. go to System Preferences…

Mac system preferences menu


  1. Click on the network icon and then click “Advanced.”

Mac network advanced menu


  1. Click the TCP/IP tab heading if you aren’t already in there. Then click on the “Renew DHCP” lease button.


Just like we did above in Windows, Mac users can also clear their local DNS cache. Although this is done in a different place. 


  1. Go to Utilities and then click on “Terminal.”

Mac terminal with utilities section selected


  1. Enter in the following command:


dscacheutil -flushcache

Mac terminal showing how to Flush DNS cache


Note: There is no success message on Macs.

Step 2. Restart DNS Client Service


If you’re running Windows you can try restarting the DNS client services which resolves and caches DNS domain names.


  1. Simply open up Command Prompt by pressing the Windows logo key and R. Then type “services.msc” and hit Enter.

Command prompt containing services.msc

  1. Scroll down to “DNS Client,” right click on it, and select “Restart.”


If the restart option is grayed out for you (as it was for us), an alternative way to do it is via the command prompt.


  1. Open up Command Prompt by pressing the Windows logo key and R or search run on your windows search bar.


  1. Then type “cmd” and hit Enter.

Command prompt containing 'cmd'


Paste this:


net stop dnscache

net start dnscache


Depending on the version of Windows you’re running you might get an error saying:

The requested pause, continue, or stop is not valid for this service. 


If you’re running into this error, do step 3.


Step 3. Change DNS Servers

Windows


  1. In Windows simply open up Command Prompt by pressing the Windows logo key and R. Then type “control panel” and hit Enter.

Command prompt showing how to Run Control Panel in Windows


  1. Click on “Network and Internet” and then “Network and Sharing Center.” 


  1. On the left-hand side, click on “Change Adapter Settings.”

Network and Sharing Center in Change adapter settings section


  1. Change adapter settings Right click on your current connection, this will either be Local Area Connection or Wireless Network Connection based on how you’re connecting. 


  1. Then click on “Properties.”

Wireless connection menu with properties selected


  1. Wireless connection properties

  2. Select Internet Protocol Version 4 (or IPv6 if desired) and click on “Properties.”

Wireless network connection properties with 'Internet Protocol Version 4' highlighted


Make a note of any existing settings in case you need to revert back. 

  1. Click “Use the following DNS server addresses.” Enter the following, or replace the existing with these: (Only do this at the bottom part)



For IPv4: 1.1.1.1 and 1.0.0.1
For IPv6: 2606:4700:4700::1111 and 2606:4700:4700::1001


DNS server addresses with Preferred DNS Server set to 1.1.1.1 and alternative DNS server set to 1.0.0.1



  1. Click OK, then Close. 

Mac

To change DNS servers on a Mac, 


  1. go to System Preferences…


Mac system preferences


  1. Click on the network icon and then click “Advanced.”

Mac network advanced button


  1. Click on the “DNS” tab.

Mac Network DNS menu box



  1. Then add Cloudflare’s DNS server addresses.


For IPv4: 1.1.1.1 and 1.0.0.1
For IPv6: 2606:4700:4700::1111 and 2606:4700:4700::1001


Step 4. Restart Your Computer




Reference: https://kinsta.com/knowledgebase/dns_probe_finished_nxdomain/

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article