-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persistent Disconnects on Mobile with Data Nebula Android App (v0.4.2-86, Nebula v1.9.4) #198
Comments
Hi @ghgr - from what I see, you're attempting to handshake with 192.168.100.3 via IPv6, but this is failing with the Secondly, you appear to gain connectivity through an IPv4 relay (192.168.100.13), but then the tunnel is torn down. Are you able to provide correlated logs from 192.168.100.3 and 192.168.100.13? |
Hello @johnmaguire and thank you for your response. It prompted me to analyze the logs of the other hosts On the other hand, I still wonder why would the tunnel break when I restart the nebula service on |
Hi @ghgr - thanks for the logs. This looks like a known bug with relays. We are working on a solution: slackhq/nebula#1270 Once a fix is released, updating 192.168.100.3 should resolve the issue. Mobile is always the tunnel "initiatior" today (at least until #61 is solved) and this bug affects the "responder" side. In the mean time, as you noted, you should be able to restart the initiator side to reset the relay state and get a working connection. Since there are existing issues filed for these bugs, I'm going to close the ticket out. Sorry I don't have an immediate solution for you! |
Description:
Using Nebula v0.4.2-86 on Android 15, the app disconnects from the network after a few minutes when using mobile data. Manual reconnection within the Nebula app temporarily restores connectivity, but the issue reappears shortly after. In other words, network connectivity would be maintained if the app could automatically reconnect or restart itself every few minutes.
Environment:
Steps to Reproduce:
Expected Behavior:
The Nebula app should maintain a stable connection over mobile data without needing frequent manual reconnections.
Observed Behavior:
Connection drops every few minutes, requiring a manual reconnection within the app to re-establish connectivity.
Logs:
From log file:
Notes:
Manually reconnecting through the Nebula app resolves the issue momentarily, indicating the network itself is not at fault.
Attachments:
log.txt Log file attached for detailed error reference.
Potential Cause:
Suspected issue with session persistence or handshake failure over mobile networks.
The text was updated successfully, but these errors were encountered: