mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 10:05:48 +03:00
[GH-ISSUE #202] when i try to connect by macos 10.13 #186
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 @r6c on GitHub (Sep 6, 2020).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/202
@r6c commented on GitHub (Sep 6, 2020):
my docker command
@hwdsl2 commented on GitHub (Sep 7, 2020):
@r6c What is your Docker host's operating system (e.g. Debian 10)? Also can you run this command on your Docker host to check its Linux kernel version?
I suspect that this may be caused by an issue with the "cloud" version of Debian 10 kernel. See:
https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients.md#debian-10-kernel
@r6c commented on GitHub (Sep 7, 2020):
My Docker host is Debian10
@hwdsl2 commented on GitHub (Sep 7, 2020):
@r6c To fix, please switch to the standard Linux kernel on your Docker host, by installing e.g. the
linux-image-amd64package. Then update the default kernel in GRUB and reboot. See [1].Alternatively, if you don't want to change to the standard Linux kernel, you can still use IPsec/XAuth ("Cisco IPsec") or IKEv2 modes [2].
[1] https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients.md#debian-10-kernel
[2] https://github.com/hwdsl2/setup-ipsec-vpn#next-steps