Skip to content
Discussion options

You must be logged in to vote

This ended up being an issue with my Multi-WAN setup, likely some NAT weirdness where packets would get routed to the wrong WAN interface and dropped if the connections were initialized before the router completely settled.

In case anyone runs into a similar problem, my solution was to add a hook that runs when the WAN falls over to reset open connections to the remote server (e.g. conntrack -D --dst <server ip>), which triggers KubeSpan to reconnect via the new WAN interface.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gjabell
Comment options

@gjabell
Comment options

Answer selected by gjabell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #13160 on April 20, 2026 14:02.