mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #44] Improve the default settings #37
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 @JamesHagerman on GitHub (Dec 18, 2017).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/44
I'll admit I'm no VPN expert, but it seems like the defaults for this VPN could be improved quite a bit.
If nothing else, maybe add a note as to why these cipher were picked as the defaults?
Thanks
@hwdsl2 commented on GitHub (Dec 19, 2017):
@JamesHagerman Hello! Thanks for the suggestion. The default IKE ciphers had been selected to be as universal as possible (i.e. trying to be compatible with Windows, macOS, Linux, iOS, Android, etc.) The
modp1024part is required because in recent Libreswan versions,modp1024was removed from the default which broke compatibility with Windows clients, unless this part is added. Finally, theaes256-sha2_512part was added to improve compatibility with Android 6 and 7 clients [1].[1] https://libreswan.org/wiki/FAQ#Using_SHA2_256_for_ESP_connection_establishes_but_no_traffic_passes_.28especially_Android_6.0.29