-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnifi-VPN-W11.reg
More file actions
32 lines (27 loc) · 3.28 KB
/
Copy pathUnifi-VPN-W11.reg
File metadata and controls
32 lines (27 loc) · 3.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Windows Registry Editor Version 5.00
;
; Reg File: to allow L2TP VPN Client to Connect to Ubiquiti VPN Server
; Copyright (C) 2020 Alessio Rossini <alessior@live.com>
; Original source code available at https://github.com/AxReds
; Purpose: Enable Windows 10 and 11 to connect to a Ubiquiti VPN Server using MS-CHAP Protocol
; Licensing: This program is free software; you can redistribute it and/or modify it under
; the terms of the GNU General Public License Version 3 as published by the Free Software Foundation.
;
; This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
; See the GNU General Public License for more details
; https://opensource.org/
;
; You should have received a copy of the GNU General Public License along with this program;
; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
; How to use it, after having created a VPN Server on your Ubiquiti network (many tutorial are available on YouTube):
; 1) Execute the regfile by simply double clicking it or importing in RegEdit on Windows
; 2) Enable MS-CHAP Protocol under:
; Control Panel>Network & Internet>Network & Sharing Center>Change Adapter Setting>YOUR_VPN_CONNECTION>Properties>Security>Allow these protocols
; 3) Reboot your PC
; 4) Connect to your VPN
;
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\PolicyAgent]
"AssumeUDPEncapsulationContextOnSendRule"=dword:00000002
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\RasMan\Parameters]
"ProhibitIpSec"=dword:00000000