Last active
October 23, 2023 20:14
-
-
Save bernhardkaindl/cf254734a15530bd3bf218ed07b30f99 to your computer and use it in GitHub Desktop.
Reset DNS to fix ping when nslookup works
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://thegeekpage.com/fix-nslookup-works-but-ping-fails-in-windows-10/ | |
netsh winsock reset catalog | |
netsh int ip reset reset.log | |
ipconfig /flushdns | |
ipconfig /registerdns | |
route /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment