Welcome to UnableTo.com, where you can state any issue that you are unable to perform and receive answers from other members of the community.

Categories

0 votes
Windows Server 2016 - How to reset IP Stack
Windows Server 2016 - How to reset TCPIP Stack
Windows Server 2016 - Traffic not routing past gateway
Windows 10 - Reset TCP/IP Stack
by (410 points)

1 Answer

0 votes

  1. Verify that gateway is correct and server is on correct network
  2. Run the following commands at a command prompt that is run as administrator
    • netsh winsock reset
    • netsh int ip reset
    • ipconfig /release
    • ipconfig /renew
    • ipconfig /flushdns
  3. Reboot
by (2.6k points)
...