やりたい事
- Windows 10 をVPNクライアントとして QNAP の L2TP/IPsec サーバーに接続する。
問題
QNAP の L2TP/IPsec サーバーは Mac や iOS からは接続できるものの、標準状態のWindows10から接続できない。接続するためにはレジストリの設定を変更する必要がある。
方法
下記を qnap_fix_vpn_l2tp.reg などのファイルネームで保存し、ダブルクリックしてレジストリの値を変更する。
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent]
"AssumeUDPEncapsulationContextOnSendRule"=dword:00000002
参考
How to fix the issue of Windows 10 not connecting to IPSEC/L2TP VPN servers