mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4409] windows远程端口复用不成功 #3486
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3486
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 @ww027 on GitHub (Aug 29, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4409
Bug Description
配置好服务端和客户端后,客户端与服务端链接正常,但是通过MSTSC域名+端口dx.bestk.top:5002一直无法远程访问,telnet测试5002端口测试是通的。
frpc Version
0.60.0
frps Version
0.60.0
System Architecture
服务端:linux/amd64
客户端:Windows/amd64
Configurations
frps端配置
bindPort = 7000
tcpmuxHTTPConnectPort = 5002
frpc端配置
serverAddr = "bestk.top"
serverPort = 7000
proxies
name = "rdp"
type = "tcpmux"
multiplexer = "httpconnect"
customDomains = ["dx.bestk.top"]
localIP = "127.0.0.1"
localPort = 3389
Logs
No response
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Aug 29, 2024):
不支持。
@wuai1024 commented on GitHub (Aug 30, 2024):
这个搞复杂了啊,
mstsc直接代理 出来 tcp + udp 就好了,很好用。