RESET Winsock & TCPIP (Network Troubleshooting Command 3)

After checking external connection are ok using PING and TRACEROUTE, you can try to reset the local pc / server WINSOCK and TCPIP for any misconfigurations.

See below methods for Windows Command:

For Windows XP:
Reset winsock:
Open cmd and type this
netsh winsock reset


Reset TCP/IP:
Open cmd and type this
netsh int ip reset


For Windows Vista/7/8/10:
Reset winsock:
Start type cmd and press ctl+shift+enter to Open cmd with administrator priviledges
netsh winsock reset

Reset TCP/IP:
Start type cmd and press ctl+shift+enter to Open cmd with administrator priviledges
netsh int ip reset


Thank you.
-JN

Comments

Popular Posts