mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Rustdesk infinite "connecting" on LAN #2443
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#2443
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 @KianBrose on GitHub (Jan 24, 2024).
Bug Description
I have two computers on the same local area network. One of them is the server that I want to remotely control, it is located on 192.168.1.79.
After setting up the client as seen below, it says "Ready" implying that it is able to connect:


However, when actually trying to connect, it says "connecting" infinitely, and eventually timeout:

I tried this on both the latest version of rustdesk AND nightly, I attempted to look at other open github issues and no solution worked whatsoever.
The /var/log/rustdesk
.errorfiles were empty.The firewall is active and set up as such:

Systemctl indicated everything is running fine:

Rustdesk doctor shows that everything is OK except the API which to my understanding isn't necessary and can be ignored.

What's causing the infinite connecting & eventual timeout?
How to Reproduce
Perform default installation and attempt to connect in LAN on both LTS and nightly.
Expected Behavior
It should be able to connect
@rustdesk commented on GitHub (Jan 25, 2024):
#763