Flush Windows DNS
- Left click windows start button (windows logo)
- Type CMD and right click resulting back icon and select "Run as Administrator"
- In the "Administrator: Command Prompt" type "ipconfig /flushdns" and hit enter
- This should result in a message "Successfully flushed DNS resolver Cache"
Delete DNS cache for windows chrome browser
- In the browser address bar paste the following web address: chrome://net-internals/#dns
- Press the the button "Clear host cache"
Other name caching stores in windows environment:
NetBIOS cache: - Legacy name resolution used to map IP address to huma0friendlyt netBIOS name.
NBTSTAT /RR
Kerberos cache: - Protocol used to authenticate service requests across untrusted network.
KLIST /PURGE
ARP cache - Address resolution protocol, is used to resolve IP address into MAC address.
APR -d
Comments
0 comments
Article is closed for comments.