Clients doesn't try to reconnect if the connection to the server was lost momentarily #6424
Unanswered
FabseGP
asked this question in
Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before posting
Affected area
Client / Agent, Peer connectivity, Self-hosting / Deployment
Deployment type
Self-hosted - advanced/custom deployment
Operating system or environment
Linux, Docker
NetBird version and upgrade status
Client: 0.72.2
Server: 0.72.2 (I host the combined version)
Dashboard: 2.39.0
Did this work before?
No, this never worked
Regression details
No response
Summary
When the clients lose internet connection for a while, once the connection is regained, the clients doesn't reconnect to the Netbird server
Current behavior
My Netbird setup is currently this:
With the Netbird server running on my VPS. That works most of the time, but when my server loses the connection to my VPS for a while (often due to my internet connection dropping due to my ISP :/), once it's regained the client on my server doesn't reconnect to the Netbird server; I have to manually do a
netbird down && netbird upThe longest I have experienced this was for 10h overnight, but even also when the connection is only lost for 3 min where I restarted my router. And before restarting the client I also checked if I could access the Netbird Dashboard on my browser, which I could
I've managed to collect some logs from the Netbird daemon after first losing internet connection and then when the server regained it, but not connecting to the Netbird server: log.txt
Expected behavior
Maybe not an immediate reconnect. but at least an attempt to reconnect after some time
Steps to reproduce
Environment and topology
Netbird server: VPS
Client: local network (behind NAT)
Self-hosted details, if available
Deployed using this compose:
Logs, status output, or debug evidence
Beta Was this translation helpful? Give feedback.
All reactions