mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1389] Frp代理的客户端远程桌面无法连接(但是通过内网是可以访问客户端远程桌面) #1099
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#1099
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 @zhouyanasd on GitHub (Aug 15, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1389
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 将会直接关闭。)
(请不要在 issue 评论中出现无意义的 加1,我也是 等内容,将会被直接删除。)
(由于个人精力有限,和系统环境,网络环境等相关的求助问题请转至其他论坛或社交平台。)
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.24.1
What operating system and processor architecture are you using (
go env)?client :windows7
server :windows sever 2012
Configures you used:
server:
client:
Steps to reproduce the issue:
2.客户端内网主机,设计划任务开机启动。
3.均可联网,阿里云的dashboard显示正常。
Describe the results you received:
frp代理的客户端其他服务均正常访问,但是RDP_server_jupyter用 xx.xx.xx.xx:13388无论如何访问不到,偶尔会出现需要输入密码的情况,但是输入账号密码后仍然无法连接远程桌面。但是在内网可以通过 客户端内网ip:13389 的形式访问远程桌面。
Can you point out what caused this issue (optional)
经过了很多尝试,包括重启客户端机器,修改其他端口等方式,但是仍然没有效果。
@zhouyanasd commented on GitHub (Aug 16, 2019):
最后经过尝试,通过frp的远程桌面一直卡在“正在加密远程桌面”,并且通过
telnet xx.xx.xx.xx 13388可以看到端口是可以联通的。那么我通过改变组策略的方式绕过验证后可以联通,但是不是为什么frp无法通过验证。临时解决方式,参考 https://bbs.aliyun.com/read/269680.html