mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1837] windows 10 rdp 黑屏 #1448
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#1448
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 @fangyong125 on GitHub (Jun 3, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1837
在外网访问内网机器,用windows 10 rdp 黑屏
frpc配置如下
------------------begin------------------
[common]
server_addr = xxxx
server_port = 7000
[rd_tcp]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 3503
[rd_udp]
type = udp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 3503
------------------end------------------
外网可以用mstsc连接,但连接后是黑屏的,frpc log:
2020/06/03 20:51:08 [I] [service.go:282] [432701f51e91fc61] login to server success, get run id [432701f51e91fc61], server udp port [0]
2020/06/03 20:51:08 [I] [proxy_manager.go:144] [432701f51e91fc61] proxy added: [rd_tcp rd_udp]
2020/06/03 20:51:08 [I] [control.go:179] [432701f51e91fc61] [rd_tcp] start proxy success
2020/06/03 20:51:08 [I] [control.go:179] [432701f51e91fc61] [rd_udp] start proxy success
2020/06/03 20:51:08 [I] [proxy.go:478] [432701f51e91fc61] [rd_udp] incoming a new work connection for udp proxy, 113.104.217.123:7000
@fangyong125 commented on GitHub (Jun 4, 2020):
经调查,并非是frp的问题。解决方案如下:
运行gpedit.msc打开组策略编辑器,依次 本地计算机 策略 -> 计算机配置 -> 管理模板 -> Windows组件 -> 远程桌面服务 -> 远程桌面会话主机 -> 远程会话环境 -> 为远程桌面连接使用 WDDM 图形显示驱动,设置为 已禁用,重启系统后再测试问题解决!(目前还不确定这种临时解决方案会不会有什么副作用)