mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Failed to connect to abc.com:21116 #3494
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#3494
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 @btdan on GitHub (Jun 13, 2025).
Bug Description
I set up hbbr/hbbs on ubuntu24.04 LTS system.
And the result of the command : netstat -nlp |grep hbb is as follows :
tcp 0 0 0.0.0.0:21115 0.0.0.0:* LISTEN 988/hbbs
tcp 0 0 0.0.0.0:21117 0.0.0.0:* LISTEN 985/hbbr
tcp 0 0 0.0.0.0:21116 0.0.0.0:* LISTEN 988/hbbs
tcp 0 0 0.0.0.0:21119 0.0.0.0:* LISTEN 985/hbbr
tcp 0 0 0.0.0.0:21118 0.0.0.0:* LISTEN 988/hbbs
udp 0 0 0.0.0.0:21116 0.0.0.0:* 988/hbbs
udp 0 0 0.0.0.0:36463 0.0.0.0:* 988/hbbs
The rustdesk client failed to connect to the rustdesk server(for example: abc.com),and the result is as follows:
I use the command : telnet abc.com 21116 or 21115
the result is: telnet: Unable to connect to remote host: connection is refused.
but telnet abc.com 21117 or replace 21117 with 21118 or 21119, the connection is sucessful.
Can you tell me how to solve this problem?
Thanks very much.
How to Reproduce
I set up the rustdesk server. and use rustdesk client failed to connect to the rustdesk server.
Expected Behavior
I want to rustdesk client connect to rustdesk server abc.com 21116 sucessfully.
Operating system(s) on local (controlling) side and remote (controlled) side
Ubuntu24.04
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.4.0 1.4.0
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Jun 13, 2025):
#763