mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #84] Unable to connect to Ubuntu 16.04 host with L2TP #75
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 @jsheradin on GitHub (Jul 20, 2018).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/84
Unable to connect from Android 8.1.0 or Windows 10 clients. Credentials are correct. Ports 500, 4500 UDP have been forwarded.
Host is Ubuntu Server 16.04.4 LTS (4.4.0-130201807041620-generic). Docker version is 18.03.1-ce.
I have tried restart container, reboot,
modprobe af_key, and remove container+recreate to no effect.Logs follow:
@KumaCool commented on GitHub (Jul 21, 2018):
same problem still remain after tried so many ways
@jsheradin commented on GitHub (Jul 23, 2018):
I am able to connect with the Android client using XAuth but I am still unable to connect using L2TP.
@hwdsl2 commented on GitHub (Aug 27, 2018):
@jsheradin @KumaCool Hello! Can you try the steps in the Android VPN client troubleshooting section [1]? Some Android clients require those parameters in order to connect.
[1] https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients.md#android-6-and-above
@jsheradin commented on GitHub (Aug 29, 2018):
Appending
,aes256-sha2_256fixed connection issue for XAuth on the Android client. Thanks!@jsheradin commented on GitHub (Sep 1, 2018):
Windows 10 client also works now. Thanks!
@hwdsl2 commented on GitHub (Sep 1, 2018):
@jsheradin Can you share with us how you fixed the Windows 10 client?
Thanks!
@jsheradin commented on GitHub (Sep 1, 2018):
It was either fixed with appending
,aes256-sha2_256or in a recent commit/update.