[GH-ISSUE #1400] 安全地暴露内网服务好像rdp无效 #1102

Closed
opened 2026-05-05 12:42:42 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @x2009again on GitHub (Aug 20, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1400

What version of frp are you using (./frpc -v or ./frps -v)?
frpc -v 0.28

What operating system and processor architecture are you using (go env)?
windows 10

Configures you used:
[common]
server_addr = ...
server_port = 7000
token = ***

[secret_RDP_visitor]
type = stcp
role = visitor
server_name = secret_RDP
sk = **
bind_addr = 127.0.0.1
bind_port = 6000

Steps to reproduce the issue:
1.frps和2个frpc都正常启动了,基本配置就是把说明示例中的ssh的改为了RDP相关端口的,结果是第2个客户端无法远程到第一个客户端,如果不用secret的方式是可以正常使用的

Describe the results you received:
远程时提示无法访问,无法ping通服务器远程端口

Describe the results you expected:
应该能正常远程才对,而且能ping通服务器远程端口

Additional information you deem important (e.g. issue happens only occasionally):

Can you point out what caused this issue (optional)
使用远程的电脑启动 frpc后应该在Dashboard能看到才对,结果时Dashboard看不到,只能看到提供远程服务的电脑显示在线

Originally created by @x2009again on GitHub (Aug 20, 2019). Original GitHub issue: https://github.com/fatedier/frp/issues/1400 **What version of frp are you using (./frpc -v or ./frps -v)?** frpc -v 0.28 **What operating system and processor architecture are you using (`go env`)?** windows 10 **Configures you used:** [common] server_addr = *.*.*.* server_port = 7000 token = *** [secret_RDP_visitor] type = stcp role = visitor server_name = secret_RDP sk = ** bind_addr = 127.0.0.1 bind_port = 6000 **Steps to reproduce the issue:** 1.frps和2个frpc都正常启动了,基本配置就是把说明示例中的ssh的改为了RDP相关端口的,结果是第2个客户端无法远程到第一个客户端,如果不用secret的方式是可以正常使用的 **Describe the results you received:** 远程时提示无法访问,无法ping通服务器远程端口 **Describe the results you expected:** 应该能正常远程才对,而且能ping通服务器远程端口 **Additional information you deem important (e.g. issue happens only occasionally):** **Can you point out what caused this issue (optional)** 使用远程的电脑启动 frpc后应该在Dashboard能看到才对,结果时Dashboard看不到,只能看到提供远程服务的电脑显示在线
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#1102
No description provided.