I just fixed the L2TP VPN issue on my HP OMEN 15-en1507na, it should also apply other computer with windows 10 operation system.
Step 1: Go to search, type in cmd, goes to "Command Prompt" and then right click select "Run as administrator".
Step 2: paste the below command to add a register entry
Step 3: paste the below command to add a register entry
Step 4: restart the computer
Now the windows 10 L2TP VPN is connected successfully to my home L2TP VPN server.
The HP OMEN 15-en1507na cames with windows 10 home edition, my verison is 10.0.19044 (build 19044). Winver command shows the version is 21H2 (OS Build 19044.1826).
Type in system information or winver command in windows 10 menu can find out windows version details.
See: https://technolutionary.zendesk.com/hc/e...0-L2TP-VPN
Step 1: Go to search, type in cmd, goes to "Command Prompt" and then right click select "Run as administrator".
Step 2: paste the below command to add a register entry
Code:
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\PolicyAgent /v AssumeUDPEncapsulationContextOnSendRule /t REG_DWORD /d 0x2 /f
Step 3: paste the below command to add a register entry
Code:
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\RasMan\Parameters /v ProhibitIpSec /t REG_DWORD /d 0x0 /f
Step 4: restart the computer
Now the windows 10 L2TP VPN is connected successfully to my home L2TP VPN server.
The HP OMEN 15-en1507na cames with windows 10 home edition, my verison is 10.0.19044 (build 19044). Winver command shows the version is 21H2 (OS Build 19044.1826).
Type in system information or winver command in windows 10 menu can find out windows version details.
See: https://technolutionary.zendesk.com/hc/e...0-L2TP-VPN