mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #312] Connection problem #288
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 @tianrenhyb on GitHub (Oct 18, 2022).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/312
Apple phones can connect, Android phones cannot connect.
@hwdsl2 commented on GitHub (Oct 18, 2022):
@tianrenhyb Please see:
https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients.md#android
Android users should instead connect using IKEv2 mode (recommended), which is more secure. Android 12+ only supports IKEv2 mode. The native VPN client in Android uses the less secure modp1024 (DH group 2) for the IPsec/L2TP and IPsec/XAuth ("Cisco IPsec") modes.
If you still want to connect using IPsec/L2TP mode, you must add VPN_ENABLE_MODP1024=yes to your env file, then re-create the Docker container.
@tianrenhyb commented on GitHub (Oct 21, 2022):
Thanks.
------------------ 原始邮件 ------------------
发件人: "hwdsl2/docker-ipsec-vpn-server" @.>;
发送时间: 2022年10月19日(星期三) 上午6:01
@.>;
@.@.>;
主题: Re: [hwdsl2/docker-ipsec-vpn-server] Connection problem (Issue #312)
@tianrenhyb Please see:
https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients.md#android
Android users should instead connect using IKEv2 mode (recommended), which is more secure. Android 12+ only supports IKEv2 mode. The native VPN client in Android uses the less secure modp1024 (DH group 2) for the IPsec/L2TP and IPsec/XAuth ("Cisco IPsec") modes.
If you still want to connect using IPsec/L2TP mode, you must add VPN_ENABLE_MODP1024=yes to your env file, then re-create the Docker container.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.***>