mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4413] 无法使用Windows RDP #3488
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#3488
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 @SudierthSP on GitHub (Sep 1, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4413
Bug Description
使用frp配置windows RDP但出现0x4错误
我在一台阿里云服务器上设置了frps,并且在一台OpenWRT上设置了frpc。
在确认阿里云安全组、OpenWRT防火墙和CentOS防火墙开启7000和3389端口的情况下,
使用ios和macOS上的由微软官方在Apple Store提供的Remote PC通过阿里云的公网链接到OpenWRT内网下的192.168.22.202这台Windows PC失败,出现0x4错误。在内网环境下通过相同的配置链接到192.168.22.202可以正常使用。
相同环境下的ssh和Minecraft链接均正常工作。
frpc Version
0.60.0
frps Version
0.60.0
System Architecture
CentOS7, OpenWRT
Configurations
OpenWRT
frpc.toml:
serverAddr = "***"
serverPort = 7000
proxies
name = "avisa.top"
type = "tcp"
localIP = "192.168.22.201"
localPort = 25565
remotePort = 25565
proxies
name = "ltsc.avisa.top"
type = "tcp"
localIP = "192.168.22.201"
localPort = 25567
remotePort = 25567
proxies
name = "ssh-avisa.top"
type = "tcp"
localIP = "192.168.22.201"
localPort = 22
remotePort = 15201
proxies
name = "ssh-spsMacBookPro2017"
type = "tcp"
localIP = "192.168.22.202"
localPort = 15202
remotePort = 15202
proxies
name = "rdp-spsLTSC2021"
type = "tcp"
localIP = "192.168.22.203"
localPort = 3389
remotePort = 3389
proxies
name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 6000
CentOS On Aliyun
bindPort = 7000
Logs
No response
Steps to reproduce
Affected area
@SudierthSP commented on GitHub (Sep 2, 2024):
Windows防火墙也已经全部打开(直接干掉了(关掉了))
@wuai1024 commented on GitHub (Sep 2, 2024):
你 192.168.22.202 不是一台
mac吗? 你192.168.22.203 才是 win 吧。