The DNS_PROBE_FINISHED_NXDOMAIN
error may occur due to the misconfiguration or due to the problem with the DNS.
Several ways are available that might help you fix this issue.
- Disable VPN or AntiVirus temporarily.
- Restart the computer.
- If possible for you then reset the flags for the Chrome and Edge browsers.
The flags menu allows you to enable or disable experimental features. On Edge browser, you can type edge://flags/
in the address bar and press the Enter key. On the Chrome browser, you can type chrome://flags/
in the address bar and press the Enter key. Then you can click the Reset all
button to reset flags.
- Check the
hosts
file and make sure that it does not contain the site address that you want to visit.
On a Windows machine, the hosts
file is located under C:WindowsSystem32driversetc
.
On a MAC machine, try to run sudo nano /private/etc/hosts
command in a terminal to access hosts file.
If the issue persists after trying the above options then you may try these advanced options.
- If possible for you then try to Release and Renew IP Address.
On a Windows machine, launch the command prompt and run ipconfig /release
command to release the current IP address. Then after run ipconfig /flushdns
command to flush local DNS cache. After that run the ipconfig /renew
command to renew the IP address.
On a MAC machine, go to System Preferences, click on the network icon, and then click “Advanced.” Click the TCP/IP tab, then click on the “Renew DHCP” button.
To clear the local DNS cache on MAC, run dscacheutil -flushcache
command in terminal.
- If possible for you then try to restart DNS Client Service on Windows machine. Launch the command prompt and run the
net stop dnscache
command. After that run the net start dnscache
command.
You can test the above suggestions and see whether it fix this issue.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…