Restart VPN system when it stops working

May 29 2021

VPN
  1. Open task manager and end the VPN session.
  2. Go to command prompt (cmd) and follow the next commands
  3. ipconfig /flushdns ( It will flush your DNS entry )
  4. ipconfig /release ( Your internet will disconnect )
  5. ipconfig /renew ( internet will connect again)
  6. Open RUN window ( Windows button + R ).
  7. type services.msc
  8. Services window will open > find the vpn service. > restart that service.
  9. Connect VPN now. It should connect successfully after entering proper id and password.