mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #597] 报这个错误怎么处理? #466
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#466
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 @wangx2 on GitHub (Jan 8, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/597
2018/01/08 15:12:38 [I] [control.go:276] [fa6b5d8c86714c88] login to server success, get run id [fa6b5d8c86714c88]
2018/01/08 15:12:38 [I] [control.go:411] [fa6b5d8c86714c88] [web] start proxy success
2018/01/08 15:12:39 [E] [proxy.go:332] [web] connect to local service [127.0.0.1:8080] error: dial tcp 127.0.0.1:8080: getsockopt: connection refused
我看上面代理成功,但是我访问的时候就路由器报错【拒绝连接?】这是哪部出错了呢?
@flxxyz commented on GitHub (Jan 15, 2018):
仔细检查防火墙,基本判断你的frp的连接端口已经放开,应该是你web的端口没有放开
@Ericwyn commented on GitHub (Aug 15, 2018):
很奇怪, 我代理本地的 8989 端口的时候, 就会出现这个错误, 换成 8080 端口之后就没有这个错误了, 版本是 0.14.1