mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Networks in different segments hope to be able to forward automatically through relays. #3377
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#3377
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 @helwod on GitHub (Apr 15, 2025).
Bug Description
The server has two network segments: 10.0.0.2 and 192.168.2.99. Client A is 10.0.0.X and Client B is 192.168.2.X. Client A is configured with the ID server as 10.0.0.2:21116, and Client B is configured with the ID server as 192.168.2.99:21116. Neither client can connect to the replay server.
How to Reproduce
Expected Behavior
Networks in different segments hope to be able to forward automatically through relays.
Operating system(s) on local (controlling) side and remote (controlled) side
win->linux,linux->win
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.3.9
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Apr 16, 2025):
#763