mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3563] frps显示frpc已经连接但是无法使用 #2844
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#2844
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 @CG1995 on GitHub (Aug 8, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3563
Bug Description
[求助]
电信公网ip
绑定了域名
openwrt上安装了frps(0.48),主要用于windows 远程桌面。
openwrt上防火墙转发了7000端口
windows上的fprc(0.49)连接了frps,frps面板显示window接入并且一直显示是接入状态
windows上代理了本地端口3389,远程端口5389
然后用别的设备远程桌面这台windows一直连接不上
frpc Version
0.49
frps Version
0.48
System Architecture
windows/amd64
Configurations
openwrt上的frps版本 0.48
windows上的fprc版本0.49
Logs
2023/08/08 04:13:22 [I] [service.go:500] [8cfa421506a92646] client login info: ip [xx.xx.xx.xx:7007] version [0.49.0] hostname [] os [windows] arch [amd64]
2023/08/08 04:13:22 [I] [tcp.go:66] [8cfa421506a92646] [RDPlp] tcp proxy listen port [5389]
2023/08/08 04:13:22 [I] [control.go:464] [8cfa421506a92646] new proxy [RDPlp] type [tcp] success
Steps to reproduce
...
Affected area
@superzjg commented on GitHub (Aug 9, 2023):
这貌似不是issue,而是设置问题。
比如:openwrt防火墙是否开启了5389端口?
@CG1995 commented on GitHub (Aug 18, 2023):
你说的对。。。已经解决了,确实是要开放5389端口,感谢~~~