mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #405] Some Linux clients cannot connect #380
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 @SJ-Y054 on GitHub (Oct 26, 2023).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/405
Checklist
Describe the enhancement request
A clear and concise description of your enhancement request.
When some Linux clients connect this server with IPsec/IKEv2, they can't connect and leaves ANY logs.
I think it is because this: https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/ikev2-howto.md#linux
In that link, in order to connect linux clients to this server, the server side
/etc/ipsec.d/ikev2need to changed: addingauthby=rsa-sha1inconn ikev2-cpsection.But, in docker environment, though I edit the file, the change does not persist after restart of the container.
I think some
envconfig is need to change that config.Is your enhancement request related to a problem? Please describe.
(If applicable) A clear and concise description of what the problem is.
Additional context
Add any other context about the enhancement request here.
@hwdsl2 commented on GitHub (Oct 26, 2023):
@SJ-Y054 Hello! Changes to
/etc/ipsec.d/ikev2.confare normally NOT overwritten on container restart. Please start a Bash shell inside the container, then follow instructions to addauthby=rsa-sha1inconn ikev2-cpsection of/etc/ipsec.d/ikev2.conf. After that you can either restart the container or restart the IPsec service (reference).