mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #226] VPN_SETUP_IKEV2 ineffective #209
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 @johntoms on GitHub (Feb 3, 2021).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/226
this can be start but ikev2 not ineffective
env
no ikev2setup.log file
@johntoms commented on GitHub (Feb 3, 2021):
I think I solve this problem.
Because
ikev2.shis empty. the latest image/opt/src/ikev2.shis empty, can you check it ?@hwdsl2 commented on GitHub (Feb 3, 2021):
@johntoms Hello! The Docker image tries to download and run the IKEv2 setup script, if you enable IKEv2. The issue you described is probably because the download failed for some reason. You should see an error in the container log output for that. To make this experience better, I'll try to include a copy of the IKEv2 script in the Docker image.