mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-27 02:25:51 +03:00
[GH-ISSUE #225] How to support extra configuration options for macOS Big Sur problem #208
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 @yegor256 on GitHub (Feb 3, 2021).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/225
Check this out https://serverfault.com/questions/1045012/configuring-l2tp-vpn-to-use-with-ios-14-and-macos-big-sur The latest version of macOS (11.2 Big Sur) is not working with VPN anymore. There should be some possibility to configure additional options.
This page says that "Switching the SHA-256 HMAC output from 96 to 128 bits on the server should fix this issue" How can I do this?
@hwdsl2 commented on GitHub (Feb 3, 2021):
@yegor256 Hello! As indicated in the link you mentioned, this issue only occurs if you have
sha2-truncbug=yesin/etc/ipsec.confon the VPN server, and changingsha2-truncbug=yestosha2-truncbug=noin that file, and runsudo service ipsec restartfixes it.For this Docker image,
sha2-truncbug=nohas been the default value since 2019-09-22 (57fa056). Therefore it is not affected unless you are using a very old version of this image, in which case you can update to the latest version [1].[1] https://github.com/hwdsl2/docker-ipsec-vpn-server#update-docker-image
@yegor256 commented on GitHub (Feb 3, 2021):
@hwdsl2 indeed, the latest Docker image works just fine, thanks!