mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-25 17:45:55 +03:00
[GH-ISSUE #447] Into container routing issue #418
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 @anioji on GitHub (Sep 18, 2024).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/447
Checklist
Describe the issue
Mikrotik + Container in privileged mode
Connecting Mikrotik to L2TP.
Connect success. In wireshark i can see ips from mikrotik-network

But packets is lose in tunnel
What i should do?
To Reproduce
Steps to reproduce the behavior:
SERVER
MIKROTIK
Expected behavior
A clear and concise description of what you expected to happen.
Logs
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 (Sep 19, 2024):
@anioji Hello! For your use case, it is recommended to use IKEv2 mode instead of IPsec/L2TP mode. Please refer to IKEv2 instructions for Mikrotik RouterOS.
For IPsec/L2TP mode, the errors you mentioned indicate that there may be some issues with L2TP traffic, which is nested inside IPsec. One possible reason might be the routing table on your Mikrotik device. Also, make sure that you can reach the Internet from inside the Docker container. Unfortunately, I'm not able to test this configuration. I suggest that you give IKEv2 mode a try, and see if it works for your use case.