mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 18:15:50 +03:00
[GH-ISSUE #181] I'm lost #166
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 @DavideCampagna on GitHub (Apr 15, 2020).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/181
I already used your image before without any issue but now doesn't work anymore.
My vpn.env file looks like this:
I'm using docker for windows with the experimental feature enabled in order to use wsl2 as a backend. On my router and in windows firewall I've forwarded port 500 and 4500.
I've tried to start the container with docker-compose without success:
Then I tried docker run, no success either:
In both cases the container starts without issues, here is the log:
Everything seems fine except for the fact that I cannot connect with any client, I've followed your instructions for mac, windows and android. I've tried any user both in IPsec/L2TP VPN and IPsec/XAuth ("Cisco IPsec") VPN with no success. I've even tried to use directly mycurrentpublicip instead of mydomain.xyz . What should I do?
Sorry to bother you and thank for your work.
@hwdsl2 commented on GitHub (Apr 16, 2020):
@DavideCampagna Hello! Docker for Windows is not supported and I see that you encountered several IPTables related errors when starting the container. It's likely that the IPTables rules did not get created properly in
run.shunder Docker for Windows. Without these rules, the VPN connection could fail. I would suggest that you switch to use Docker under Linux, if possible.