mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2967] tcp可以连接远程桌面,换成stcp连接不了。 #2369
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#2369
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 @bioinformatica on GitHub (Jun 4, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2967
Bug Description
tcp可以连接远程桌面,换成stcp连接不了
frpc Version
0.33.0
frps Version
0.33.0
System Architecture
内网windows8,云服务器Linux,外网windows8
Configurations
云服务器Linux
[commom]
bind_port = 7000
bind_udp_port = 7000
token =123123
被访问的内网电脑windows8
[common]
server_addr = 云服务器ip
server_port = 7000
token = 123123
[remotedesktop]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 3389
[remotedesktop_stcp]
type = stcp
sk = adad1212
local_ip = 127.0.0.1
local_port = 3389
use_encryption = false
use_compression = false
[remotedesktop_xtcp]
type = xtcp
sk = adad1212
local_ip = 127.0.0.1
local_port = 3389
use_encryption = false
use_compression = false
通过仪表盘可以看见stcp和xtcp,connection为0
外网电脑windows8
[common]
server_addr = 云服务器ip
server_port = 7000
token = 123123
admin_addr = 127.0.0.1
admin_port = 7400
admin_user = admin
admin_pwd = admin
[remotedesktop_stcp_visitor]
role = visitor
type = stcp
server_name = remotedesktop_stcp
sk = adad1212
bind_addr = 127.0.0.1
bind_port = 2323
use_encryption = false
use_compression = false
[remotedesktop_xtcp_visitor]
role = visitor
type = xtcp
server_name = remotedesktop_xtcp
sk = adad1212
bind_addr = 127.0.0.1
bind_port = 2324
use_encryption = false
use_compression = false
windows自带的远程桌面连接 云服务器ip,可以成功
远程桌面连接 云服务器ip:2323,无法连接到远程计算机
远程桌面连接 云服务器ip:2324,无法连接到远程计算机
Logs
No response
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Jun 5, 2022):
把云服ip换成127.0.0.1
或者使用tcp映射