VPN – what to do if I can’t connect

Languages: plpolski

ERROR 720:

When we receive an error 720 message, it means that there is a problem with the connection to the remote computer. The solution is fairly simple:

  1. Go to the device manager and then to the network card tab.
  2. Uninstall all WAN Miniport devices.
  3. Then, click “Scan for new hardware” on the bottom bar.

ERROR 812:

Error 812 is related to VPN server policies. The authentication method on your computer does not match the required authentication method on the VPN server. The problem can be solved in a few simple steps:

  1. Open CMD.exe as an administrator (right-click -> open as administrator).
  2. Paste the following command into the console:

reg add HKLM\SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\13 /v TlsVersion /t REG_DWORD /d 0xfc0

reg add „HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp” /v DefaultSecureProtocols /t REG_DWORD /d 0xaa0

if %PROCESSOR_ARCHITECTURE% EQU AMD64 reg add „HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp” /v DefaultSecureProtocols /t REG_DWORD /d 0xaa0

  1. Install any updates that may appear.
  2. Restart the computer.
  3. Try to connect to the VPN.

IT IS WORTH REMEMBERING:

  1. If you are using other VPNs like Nord VPN, you need to disable them because your VPN will conflict with Nord and will not work.
  2. If the computer is in a corporate domain, the VPN connection will not work.
  3. If you want to connect to the MSSQL database, when logging in to the VPN, you need to provide the full user name, i.e. s*****@pjwstk.edu.pl / pd****@pjwstk.edu.pl

Languages: plpolski