mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-27 02:25:51 +03:00
[GH-ISSUE #453] iOS won't connect, "The VPN server did not respond.". ipsec seems crashing #423
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 @revintec on GitHub (Nov 4, 2024).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/453
Checklist
Describe the issue
iOS won't connect, "The VPN server did not respond.". ipsec seems crashing
how do I further investigate?
To Reproduce

setup using the latest docker image and instructions, running on Docker Desktop for MacOS 4.31.0 (153195)
as can be seen from the screenshot, the server started successfully
port 500 was listened, and the packet reached the service


but no response, and port 500 is not listened anymore

neither docker log nor
grep pluto /var/log/auth.log,grep pluto /var/log/secure,grep pluto /var/log/messagesshows any interesting dataExpected behavior
A clear and concise description of what you expected to happen.
Logs
Enable logs, check VPN status, and add error logs to help explain the problem, if applicable.
Server (please complete the following information)
Client (please complete the following information)
Additional context
Add any other context about the problem here.
@hwdsl2 commented on GitHub (Nov 5, 2024):
@revintec Hello! Thank you for reporting this issue with details. Currently, this project does not fully support Docker for Mac, because the Linux kernels on this platform may be missing some IPsec and/or L2TP support, which the container requires. Please consider using Linux as the Docker host OS, or you may also try alternative solutions for your use case.