Networking Problems

Snippets

01

It might be that your TCP/IP stack has gotten corrupted. To reset it, open a command prompt with administrative access, and type the following commands

  1. Reset WINSOCK entries to installation defaults: netsh winsock reset catalog
  2. Reset IPv4 TCP/IP stack to installation defaults. netsh int ipv4 reset c:\reset-4.log
  3. Reset IPv6 TCP/IP stack to installation defaults. netsh int ipv6 reset c:\reset-6.log

Restart your computer and pray for the best!

Comments

There are currently no comments, be the first to post one!

Post Comment

Only registered users may post comments.