[GH-ISSUE #4307] 远程桌面 3389 udp开启失败 #3399

Closed
opened 2026-05-05 14:11:15 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @iwdm-cc on GitHub (Jun 28, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4307

Bug Description

控制端显示的协议还是tcp,没法激活udp?

被控制端已开udp协议支持。
image

frpc Version

0.58.1

frps Version

0.58.1

System Architecture

linux/amd64, windows/amd64

Configurations

frpc.toml
`serverAddr = "xxxx"
serverPort = 7001
transport.protocol = "kcp"
transport.tls.enable = true

proxies
name = "test-http"
type = "tcp"
localIP = "127.0.0.1"
localPort = 3389
remotePort = 6000

proxies
name = "zc-udp"
type = "udp"
localIP = "127.0.0.1"
localPort = 3389
remotePort = 6000`

frps.toml
bindPort = 7001 kcpBindPort = 7001

Logs

No response

Steps to reproduce

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @iwdm-cc on GitHub (Jun 28, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4307 ### Bug Description 控制端显示的协议还是tcp,没法激活udp? 被控制端已开udp协议支持。 ![image](https://github.com/fatedier/frp/assets/61677996/f4cc617e-181d-44fa-b577-63fe82d12c5e) ### frpc Version 0.58.1 ### frps Version 0.58.1 ### System Architecture linux/amd64, windows/amd64 ### Configurations frpc.toml `serverAddr = "xxxx" serverPort = 7001 transport.protocol = "kcp" transport.tls.enable = true [[proxies]] name = "test-http" type = "tcp" localIP = "127.0.0.1" localPort = 3389 remotePort = 6000 [[proxies]] name = "zc-udp" type = "udp" localIP = "127.0.0.1" localPort = 3389 remotePort = 6000` frps.toml `bindPort = 7001 kcpBindPort = 7001` ### Logs _No response_ ### Steps to reproduce _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner
<!-- gh-comment-id:2196378655 --> @xqzr commented on GitHub (Jun 28, 2024): https://github.com/fatedier/frp/issues/3972#issuecomment-2196367825
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#3399
No description provided.