[GH-ISSUE #1277] v0.27.0 使用stcp配置无法进行远程桌面连接 #1009

Closed
opened 2026-05-05 12:39:09 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @yk125123 on GitHub (Jun 5, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1277

Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)

Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST

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

What operating system and processor architecture are you using (go env)?
server : windows 2008 r2
des-pc:widnows10
visitor-pc:widnows10

Configures you used:
frps.ini :
bind_port = 51290
bind_udp_port = 51291
dashboard_user = *****
dashboard_pwd = *****
dashboard_port = 51292

des-pc frpc.ini:
[common]
server_addr = 124...*
server_port = 51290

[secret_ky_company_pc]
type = stcp
sk = 123456
local_ip = 127.0.0.1
local_port = 3389
use_encryption = false
use_compression = false

visitor-pc frpc.ini:
[common]
server_addr = 124...*
server_port = 51290

[secret_ky_company_pc_rdp_visitor]
type = stcp
role = visitor
server_name = secret_ky_company_pc
sk = 123456
bind_addr = 127.0.0.1
bind_port = 51001
use_encryption = false
use_compression = false

Steps to reproduce the issue:
1.
2.
3.

Describe the results you received:
都配置启动成功,但是在visitor-pc上连接des-pc的远程桌面, 127.0.0.1:51001, 会有问题,提示无法连接, 使用普通的tcp配置,是可以连接的,请问这个是什么问题呢,是我的配置有问题吗?还是说stcp 不能用来远程桌面?
Describe the results you expected:

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

Can you point out what caused this issue (optional)

Originally created by @yk125123 on GitHub (Jun 5, 2019). Original GitHub issue: https://github.com/fatedier/frp/issues/1277 Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly. (为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。) Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST **What version of frp are you using (./frpc -v or ./frps -v)?** v0.27.0 **What operating system and processor architecture are you using (`go env`)?** server : windows 2008 r2 des-pc:widnows10 visitor-pc:widnows10 **Configures you used:** frps.ini : bind_port = 51290 bind_udp_port = 51291 dashboard_user = ***** dashboard_pwd = ***** dashboard_port = 51292 des-pc frpc.ini: [common] server_addr = 124.*.*.* server_port = 51290 [secret_ky_company_pc] type = stcp sk = 123456 local_ip = 127.0.0.1 local_port = 3389 use_encryption = false use_compression = false visitor-pc frpc.ini: [common] server_addr = 124.*.*.* server_port = 51290 [secret_ky_company_pc_rdp_visitor] type = stcp role = visitor server_name = secret_ky_company_pc sk = 123456 bind_addr = 127.0.0.1 bind_port = 51001 use_encryption = false use_compression = false **Steps to reproduce the issue:** 1. 2. 3. **Describe the results you received:** 都配置启动成功,但是在visitor-pc上连接des-pc的远程桌面, 127.0.0.1:51001, 会有问题,提示无法连接, 使用普通的tcp配置,是可以连接的,请问这个是什么问题呢,是我的配置有问题吗?还是说stcp 不能用来远程桌面? **Describe the results you expected:** **Additional information you deem important (e.g. issue happens only occasionally):** **Can you point out what caused this issue (optional)**
Author
Owner

@yk125123 commented on GitHub (Jun 5, 2019):

连接工具问题。。测试可以连接

<!-- gh-comment-id:499039902 --> @yk125123 commented on GitHub (Jun 5, 2019): 连接工具问题。。测试可以连接
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#1009
No description provided.