mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #37] win10 cannot connect #36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @winrey on GitHub (Sep 20, 2017).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/37
It's caused by the docker instance do not support MS-CHAPv2 which is a
Add
+mschap-v2to
in
can solve the problem
@hwdsl2 commented on GitHub (Sep 21, 2017):
@remini1998 Thanks for contributing. Actually, the VPN currently works fine with Windows 10 as a client. Note that CHAP is required instead of MS-CHAPv2. This is mentioned in the VPN client configuration instructions [1], in step 11.
[1] https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients.md#windows
@winrey commented on GitHub (Sep 21, 2017):
Thanks for your tech support. :D
In the newer version of windows 10, it's not convenient to change the setting.
Is there some further consideration to not support MS-CHAPv2 which is the default VPN setting of win10?