mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1889] win10y远程桌面连接问题 #1495
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#1495
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 @unstoppableking on GitHub (Jul 3, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1889
使用frp进行代理后win10被连接端端只能使用相同的local_port 和 remote_port,设置成不同就连接不上
@sshuangliu commented on GitHub (Jul 4, 2020):
没有这种事,你再看看readme
@WolfCanglong commented on GitHub (Jul 8, 2020):
并没有这个问题,一直用的不同端口连的很正常,检查下配置吧
@ddao commented on GitHub (Aug 4, 2020):
@unstoppableking 一直在用,没有这个问题。
如果说使用远程桌面存在问题,应该是使用stcp时,远程桌面不允许连接本地地址,好郁闷!这就产生一个问题,远程桌面无法使用frp的stc模式。
@fatedier commented on GitHub (Aug 4, 2020):
@ddao
远程桌面不允许连接本地地址,这种应该和具体的远程桌面应用相关?通常不应该会有这样的限制,可以看是否有什么配置参数可以修改。或者,可以尝试通过修改 hosts 文件,将 127.0.0.1 映射一个域名,通过域名访问本地地址尝试。