View Single Post
Old 12-11-2017, 01:04 PM   #2
Fuzz
Franchise Player
 
Fuzz's Avatar
 
Join Date: Mar 2015
Location: Pickle Jar Lake
Exp:
Default

open an admin command prompt, type

ipconfig /flushdns

if that doesn't work, try clearing the arp cache:

netsh interface ip delete arpcache

next, if required, reset winsock to defaults with these 3 commands, pressing enter after each one. Reboot required.

netsh winsock reset catalog
netsh int ipv4 reset reset.log
netsh int ipv6 reset reset.log
Fuzz is offline   Reply With Quote