mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Rustdesk is built on the intranet server. The service is started using port mapping. It is also necessary to use sock5 to start the software from the socks5 proxy built on the intranet server. It is found that the software cannot be ready. #2939
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#2939
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 @hang2ran on GitHub (Aug 26, 2024).
Bug Description
no use socks5
[2024-08-26 15:45:03.183772 +08:00] INFO [src\ipc.rs:451] socks updated
[2024-08-26 15:45:03.183940 +08:00] INFO [src\common.rs:492] Testing nat ...
[2024-08-26 15:45:03.272743 +08:00] DEBUG [src\common.rs:529] Got nat response from [ip]:21116: port=8539
[2024-08-26 15:45:03.430218 +08:00] DEBUG [src\common.rs:529] Got nat response from [ip]:21115: port=8539
[2024-08-26 15:45:03.431544 +08:00] INFO [src\common.rs:555] Tested nat type: ASYMMETRIC in 247.5035ms
[2024-08-26 15:45:07.679784 +08:00] INFO [src\rendezvous_mediator.rs:384] start rendezvous mediator of [ip]
[2024-08-26 15:45:07.686695 +08:00] DEBUG [libs\hbb_common\src\udp.rs:35] Receive buf size of udp 0.0.0.0:0: Ok(65536)
use socks5
[2024-08-26 16:00:30.992353 +08:00] INFO [src\rendezvous_mediator.rs:384] start rendezvous mediator of [ip]
[2024-08-26 16:00:30.996334 +08:00] ERROR [src\rendezvous_mediator.rs:111] rendezvous mediator error: Command not supported
[2024-08-26 16:00:34.505777 +08:00] DEBUG [C:\Users\runneradmin.cargo\git\checkouts\reqwest-84a0398ffb35f677\9cb758c\src\connect.rs:320] proxy(socks5://192.168.8.251:1080) intercepts 'http://[ip]:21114/'
How to Reproduce
External network export router [192.168.201.254]
serverip 192.168.201.103
docker-compose configuration
rustdesk-server:
container_name: rustdesk-server
ports:
image: rustdesk/rustdesk-server-s6:1.1.11-1
environment:
volumes:
restart: unless-stopped
Router [192.168.8.3]
Computer IP [192.168.8.43]
Client configuration ID server [ip] key has been entered, it can be ready without configuring socks5 proxy
socks5 proxy server [192.168.8.251:3333] (Wechat has been tested and can be used)
Expected Behavior
Currently unavailable, hope to solve this problem
Operating system(s) on local side and remote side
windows10 --server ubuntu docker
RustDesk Version(s) on local side and remote side
ver: 1.3.0 rustdesk/rustdesk-server-s6:1.1.11-1
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Aug 26, 2024):
#763