mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Could rustdesk provide directly connect in lan without relay server? #34
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#34
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 @mokeyish on GitHub (May 25, 2021).
@rustdesk commented on GitHub (May 25, 2021):
Most of case, we can make direct connection in lan. but we do see rustdesk failed sometimes, e.g. in different subnet, or configured with different gateway, or some firewall reasons, or some unknown reasons.
@rustdesk commented on GitHub (May 25, 2021):
if you can figure out why rustdesk failed, maybe can help me figure out better solution, e.g. multicast
@mokeyish commented on GitHub (May 25, 2021):
Considering about different subnet is too diffcult. I think it is enough just like Windows Remote Desktop, which can set up a gateway for connecting over different subnet .
P2P may be another way.
libp2pprovide rust implemention https://libp2p.io/.@rustdesk commented on GitHub (May 25, 2021):
looking forward to your contribution
@rustdesk commented on GitHub (Jun 3, 2021):
As a simple solution, will add direct link via IP in 1.1.6.
@mokeyish commented on GitHub (Jun 5, 2021):
That's great!!! I'll try later.
@rustdesk commented on GitHub (Sep 29, 2021):
https://github.com/rustdesk/rustdesk/issues/113
@ceewanna commented on GitHub (Aug 18, 2023):
From my experience so far, direct connection can be done only when firewall on remote machine is disabled. I have tried allow in/out of various ports 21115:21119 and 21116 but there has been no success so far. I also tried direct IP with port 21116 allow in on remote machine. That doesn't work for me either.