mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Server on Synology DSM 7.2.2 is Unreachable Despite All Network Checks Passing (Ports Open) #3585
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#3585
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 @techjuicelab on GitHub (Aug 4, 2025).
Bug Description
Environment
rustdesk/rustdesk-server:latesthostProblem Summary & Diagnostic Evidence
My self-hosted RustDesk server, which was running perfectly, became completely unreachable immediately after I updated my Synology NAS to DSM version 7.2.2-72806.
This is not a standard configuration issue. The evidence points to a potential bug in the Synology DSM network stack.
Here are the contradictory facts:
hbbrandhbbsprocesses start successfully and are listening for connections without any errors.This presents a paradox: Network traffic can reach the NAS, but it is not being delivered to the listening process in the host-networked container. This strongly suggests a change within the DSM OS is preventing the host-networked container from receiving the packets.
Docker-compose.yml
@rustdesk commented on GitHub (Aug 4, 2025):
#763