mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #446] failed to start vpn #419
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 @elf-313 on GitHub (Aug 24, 2024).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/446
任务列表
问题描述
I am new to docker, first of all I repeated everything that is said in the quick start
docker pull hwdsl2/ipsec-vpn-serverThen
But unfortunately nothing worked for me, I asked the VDS operator about the ports, he answered - There are no restrictions.
logs -
@elf-313 commented on GitHub (Aug 24, 2024):
I see an error -
xl2tpd[1]: Listening on IP address 0.0.0.0, port 1701
xl2tpd[1]: death_handler: Fatal signal 15 received
but I don't know what to do with it, please tell me
@hwdsl2 commented on GitHub (Aug 27, 2024):
@elf-313 Hello! This error is normal:
Fatal signal 15 received, it occurs when the Docker container is restarting, for example, at which time the xl2tpd service restarts.The provided Docker container logs look normal, it looks like the container is running fine. If you are unable to connect, make sure that UDP port 500 and UDP port 4500 are open on your Docker host, and the VPN connection details are correct on the client. For further troubleshooting, enable Libreswan logs and retry the connection, then check the logs. If no new Libreswan logs appear, it is likely that the connection request did not reach the Docker container.
You may also try setting up the VPN on a different server, e.g. a cloud server or VPS.