[GH-ISSUE #4409] windows远程端口复用不成功 #3486

Closed
opened 2026-05-05 14:14:24 -06:00 by gitea-mirror · 2 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@xqzr commented on GitHub (Aug 29, 2024):

不支持。

<!-- gh-comment-id:2318734408 --> @xqzr commented on GitHub (Aug 29, 2024): 不支持。
Author
Owner

@wuai1024 commented on GitHub (Aug 30, 2024):

这个搞复杂了啊, mstsc 直接代理 出来 tcp + udp 就好了,很好用。

<!-- gh-comment-id:2320145363 --> @wuai1024 commented on GitHub (Aug 30, 2024): 这个搞复杂了啊, `mstsc` 直接代理 出来 tcp + udp 就好了,很好用。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3486
No description provided.