Lcvpn unexpectedly dying #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello. This is me again =)
My lcvpn goes down, when VM containers trying to connect through it.
Thi is log:
Hi! Very strange error... looks like corrupted (zero-size) packed received... I'll do fix next few days
Much more strange :) it looks like lcvpn received packet which is bigger than MTU that is set on interface :) but this can be done by changing MTU manualy... probably fixed by
9dbcc20766- please test it in your enviropmentThank you
This packet crashing lcvpn
Problem is that docker gateway_bridge interface has mtu 1500, and it conect through tun0 with 1300.
But i thought kernel should repack packets... Am i right?
Maybe it would be more flexible to change MTU for lcvpn from config file?
confirmed as fixed