-
Notifications
You must be signed in to change notification settings - Fork 538
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
Failed to run the data channel: Failed to read cmd: early eof #401
Comments
Have the same proble, on rathole 0.5.0 |
Same problem, latest version of rathole. |
I had the same problem and found that the internal IP’s of docker containers are allocated dynamically. So the client needs the ip of the vm. This fixed it for me. |
Had the same issue. Fixed it by restarting the client container |
As I am hosting on my old ThinkPad X230, I found the exact network adapter it uses and managed to find a stack exchange thread, which proposed turning these two options off in my proxmox host's "/etc/network/interfaces". tcp-segmentation-offload: on => off I managed to debug the issue by getting the logs from my Mikrotik router and also from Proxmox where I saw random connection dropouts, where it reauthenticated its LAN access every few minutes. Apparently, the adapter has problems with offloading in linux. Has been running awesome ever since! |
It seems that this happened to me when two clients are connected to the same server at the same time. |
Currently, when Rathole’s control channel is working normally, if the data channel is interrupted, it does not attempt to establish a new connection. This results in functionality being unavailable. I am currently using the Noise protocol.
The text was updated successfully, but these errors were encountered: