mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1506] 相同配置,内网Win10远程连接失败,Win7可以成功 #1186
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#1186
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 @AndyLuke on GitHub (Nov 8, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1506
你好,今天使用frp_0.29.1版本进行Windows10(家庭中文版,版本1903、系统版本18362.30)远程桌面连接,不成功,控制台输出如下:
PS C:\apps\frp> ./frpc -c ./frpc.ini
2019/11/08 09:57:09 [I] [service.go:249] [7f756ff692378504] login to server success, get run id [7f756ff692378504], server udp port [0]
2019/11/08 09:57:09 [I] [proxy_manager.go:144] [7f756ff692378504] proxy added: [web9001 rdp web]
2019/11/08 09:57:09 [I] [control.go:164] [7f756ff692378504] [web] start proxy success
2019/11/08 09:57:09 [I] [control.go:164] [7f756ff692378504] [web9001] start proxy success
2019/11/08 09:57:09 [I] [control.go:164] [7f756ff692378504] [rdp] start proxy success
2019/11/08 09:57:33 [E] [proxy.go:559] [7f756ff692378504] [rdp] connect to local service [127.0.0.1:3389] error: dial tcp 127.0.0.1:3389: connectex: No connection could be made because the target machine actively refused it.
但是,我在本机用虚拟机安装Windows7,用同样的配置,可以进行远程连接。
服务端配置:
[common]
server_addr = www.abc.com
server_port = 8080
privilege_token = 123456
客户端配置:
[common]
server_addr = www.abc.com
server_port = 8080
privilege_token = 123456
[rdp]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 9080
截图:

@sunnyadams commented on GitHub (Nov 12, 2019):
win10家庭版远程功能被阉割了,https://github.com/stascorp/rdpwrap