-
Notifications
You must be signed in to change notification settings - Fork 200
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
Ignoring PRESENTATION every minute for long time #230
Comments
I think this is issue with your internet. I had similar issue. |
I should say, that I use UDP and one of the host stays behind a NAT. Both hosts have good connections to 6 other nodes at this time. If I stop freelan for 5 or more seconds on one of the hosts, and start it again, than all will kork. |
Here are last lenes of syslogs, 2 minutes before the connection establisht. The timestamps in hosts are in synch. 15:58:14 host_6: Accepting PRESENTATION from host 1 15:58:46 host_1: Accepting PRESENTATION from host 6 15:59:14 host_6: Accepting PRESENTATION from host 1 15:59:46 host_1: Accepting PRESENTATION from host 6 |
this error - is definitely network issue "Error deciphering data message from 4.3.2.7:12000: error:00000000:lib(0):func(0):reason(0)" on your NAT routers did you made port forward? or you using Dynamic contacts? |
Only one host is behind a NAT with a static port forward. |
I don't belive a network problem, because 6 other connections between the other 7 hosts have not this issue. Typicaly reconnect 1 minute after a problem.
|
ok. try to check PMTU on between both nodes, or fix mtu withing freelan config |
Have checked MTU between all nodes. It is 1500 every there.
A negativ check:
|
After long running (30 days) and a short network problem, connection between 2 of 8 nodes are not establisht.
This message comes every minute on both nodes:
All other 6 connections (of totaly 7 for 8 nodes) works perfectly over all the time.
After ~2 hours the connection was stable again.
The same issue have some days before, and I have fixed it by restart freelan on one host.
I feel, both nodes start the connection at the same time. Then both see the other connection and both terminate the session. After exatly 1 Minute they starts the same again.
It is possible to add a random delay before they try reconnection?
Can I setup an unique delay for every host. So, they not try connections in same time interval (1 minute)?
The text was updated successfully, but these errors were encountered: