rustdesk / rustdesk

An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
https://rustdesk.com
GNU Affero General Public License v3.0
75.99k stars 9.99k forks source link

Rustdesk infinite "connecting" on LAN #6981

Closed KianBrose closed 9 months ago

KianBrose commented 9 months ago

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:

image image

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

image

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 .error files were empty.

The firewall is active and set up as such: image

Systemctl indicated everything is running fine: image

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

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 9 months ago

763