mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2427] frpc 运行出错 #1927
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#1927
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 @zhumingwei on GitHub (Jun 3, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2427
version : 0.37.0
错误信息 :
请问下这是什情况下会出现的呢?
@jiqing112 commented on GitHub (Jun 3, 2021):
connect to local service [127.0.0.1:22] error: dial tcp 127.0.0.1:22: connect: connection refused
连接本地22端口被拒绝
@zhumingwei commented on GitHub (Jun 3, 2021):
我使用的是华硕路由器,系统设置设置中已经打开了22端口,而且在内网的情况下ssh是可以登陆到路由器的
@zhumingwei commented on GitHub (Jun 3, 2021):
使用 ssh admin@192.168.50.1 即可在内网登录路由器
@haiwenheaven commented on GitHub (Jun 5, 2021):
我也是这个情况
@xqzr commented on GitHub (Jun 5, 2021):
添加或修改
local_ip = 192.168.50.1@haiwenheaven commented on GitHub (Jun 5, 2021):
这个怎么解决
@haiwenheaven commented on GitHub (Jun 5, 2021):
我的解决了,我的客户端是window下的wsl,wsl的openssh-server要重新安装
@github-actions[bot] commented on GitHub (Jul 21, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.
@zwzhangyu commented on GitHub (May 18, 2022):
我通过这种方式解决了问题
@alextsao1999 commented on GitHub (Sep 17, 2022):
这个是加在哪里/哪个文件?
@bcxyf123 commented on GitHub (Dec 13, 2022):
同样的问题,请问有解决的么?
@xuan-git commented on GitHub (Dec 23, 2022):
华为路由器。
在开通防火墙的情况下,需要设置ssh服务端主机为DMZ主机,绑定局域网ip(192.168.3.2)。
将127.0.0.1替换成192.168.3.2,解决问题。