mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 18:15:50 +03:00
[GH-ISSUE #192] cannot reconnect after session dropped #179
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 @ilya-demidovich on GitHub (May 14, 2020).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/192
Hello
I had a connection from my home gateway to remote VPS with your docker-ipsec-vpn-server container.
My home ISP drops pppoe session once per day and WAN IP have changing.
Sometimes after my router cannot reconnect VPN with following error messages (looped):
VPS docker container IPSec logs looks like (looped):
Could you please help to resolve an issue?
@hwdsl2 commented on GitHub (May 14, 2020):
@krotish Hello! If your home ISP drops PPPoE session once a day and WAN IP is changing, your router will likely try to re-establish the VPN connection each time. The
retransmitting in response to duplicate packetindicates that the network may be unstable between your router and the VPN server. Unfortunately, I am not aware of a solution. Try asking on your router's community, or the Libreswan users mailing list [1].[1] https://lists.libreswan.org/mailman/listinfo/swan
@ilya-demidovich commented on GitHub (May 14, 2020):
However VPN connecting successfully if I disconnect in router and then manually connect approx. after 1 minute.
It's only a trouble with automatically reconnections. Maybe Libreswan did't clear something about last session or something related.
@hwdsl2 commented on GitHub (May 14, 2020):
@krotish Did you try updating to the latest version of the Docker image? See:
https://github.com/hwdsl2/docker-ipsec-vpn-server#update-docker-image
@ilya-demidovich commented on GitHub (May 14, 2020):
@hwdsl2 Lin, I'm using latest.