mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Self-hosted server resets the connection immediately on each attempt #2519
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2519
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?
Originally created by @adamryczkowski on GitHub (Mar 1, 2024).
Bug Description
I am able to connect between two computers that share the local LAN, but for the normal internet connections I've got cryptic error "Connection Error Reset by the peer".
When I inspect the standard output/error of the
hbbsandhbbr, I see no trace of attempted connections.I suspect that there are is some problem with the opened ports.
Or maybe there is some form of connection to either
hbbsorhbbr, but it is deemed "too insignificant" for output. Is there any way to increase the verbosity level of messages produced by thehbbrandhbbs?Is there a way to test the
hbbrseparately fromhbbs? What is thehbbrneeded for, anyway? Is there any use case, where I would want it to be run on a separate machine? Afaik, it seems to be used only by the paid version of the program.How to Reproduce
On headless Ubuntu 22.04 I've created an LXD container with Ubuntu 22.04, I've installed there these two packages to have private Rustdesk server instance:
rustdesk-server-hbbr_1.1.10-3_amd64.debrustdesk-server-hbbs_1.1.10-3_amd64.debI've made sure the relevant services are up and running. In particular, the programs are run with the following command line arguments:
There is a valid
id_ed25519.pubin the working directory of both programs.I've also made sure the following ports are forwarded to host:
In the client's settings, I filled in the server's IP for the "ID server" and "Relay server" fields, as well as the Key.
Expected Behavior
Client connected to another's client remote desktop.
Operating system(s) on local side and remote side
Ubuntu 22.04
RustDesk Version(s) on local side and remote side
1.2.3->1.2.3-2
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Mar 1, 2024):
#763