Skip to content
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

n2n edge connection times out #28

Closed
emanuele-f opened this issue Jul 16, 2018 · 2 comments · Fixed by #71
Closed

n2n edge connection times out #28

emanuele-f opened this issue Jul 16, 2018 · 2 comments · Fixed by #71
Labels

Comments

@emanuele-f
Copy link
Contributor

I have noticed that n2n sometimes stalls when there are a lot of packet drops due to unreliable communication channel. Restarting n2n on both the edge nodes solves the issue, so I suspect some metadata n2n packets (e.g. registration) are dropped and not retransmitted. I will provide more information when I reproduce the problem again.

@emanuele-f emanuele-f added the bug label Jan 30, 2019
@dinopio
Copy link

dinopio commented Jan 30, 2019

When an edge is started and no traffic is sent (idle) it might lose the connection.
A way to keep the edge nodes up is to keep pinging the edge ip from a node on the network.
This is currently the only way I can keep the network up.

@ghostry
Copy link

ghostry commented Feb 21, 2019

a temporary solution

@emanuele-f emanuele-f changed the title n2n connection stalls when packets drops occur n2n edge connection times out Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants