TCP/IP Reset

WiFi adapter sees available network, however will not accept tcp/ip address. Attempting to reset winsock and ip stack may resolve the problem. Note, this information is one of many possible solutions that should only be attempted if you have a good working knowledge of the Windows OS network settings and services.

  1. Open a command prompt using the Run As Administrator option.
  2. Run the following commands individually in the listed order.
    netsh winsock reset
    netsh int ip reset
    ipconfig /release
    ipconfig /renew
    ipconfig /flushdns
    



Revision #1
Created 2021-07-16 15:45:28 UTC by bluecrow76
Updated 2024-05-30 20:20:37 UTC by bluecrow76