mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
docker network_mode: "host" or --net=host error #3994
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#3994
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 @Yamada993 on GitHub (Feb 17, 2026).
Bug Description
Without changing any other configurations, merely modifying the network mode in the docker compose file will cause this issue. Specifically, the client works fine in the IPv4 network environment but fails to connect to the server in the IPv6 network environment. The client shows as not ready. If docker compose uses ports, both IPv4 and IPv6 are normal.
The client is Windows.
How to Reproduce
This is the normal configuration:
This is the configuration for an error situation:
Expected Behavior
Using Docker host mode, the client can connect normally.
Operating system(s) on local (controlling) side and remote (controlled) side
Windows11
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.4.5
Screenshots
Network:Host

Network:Docker
Additional Context
No response
@rustdesk commented on GitHub (Feb 17, 2026):
#763