Actions
Todo #15816
closedFeedback on pfSense® software Configuration Recipes — L2TP/IPsec Remote Access VPN Configuration Example
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
L2TP
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Page: https://docs.netgate.com/pfsense/en/latest/recipes/l2tp-ipsec.html
Feedback:
create L2TP for Windows 10(https://learn.microsoft.com/en-us/powershell/module/vpnclient/set-vpnconnectionipsecconfiguration?view=windowsserver2022-ps)
PowerShell
Add-VpnConnection -Name "Test" -ServerAddress 176.16.1.2 -TunnelType "L2tp"
Set-VpnConnectionIPsecConfiguration -ConnectionName "Test" -AuthenticationTransformConstants None -CipherTransformConstants AES128 -EncryptionMethod AES128 -IntegrityCheckMethod SHA256 -PfsGroup None -DHGroup 2 -PassThru -Force
regedit HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Rasman\Parameters create dword32 -ProhibitIpSec = 1
reboot system.
Actions