mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3092] 本地服务拒绝连接 #2476
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#2476
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 @ydecl on GitHub (Sep 8, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3092
Bug Description
我在任何设备 上都是报这个错,换过frp版本。也换过设备 ,原先运行可以正常运行。不知道为什么。本地IP 是正确的。
两个机器的防火墙都是关闭状态,服务器的安全组也是开放的。

server
客户端

server_addr 为了防止IP泄露 截图时 去掉了
frpc Version
0.44.0
frps Version
0.44.0
System Architecture
linux/amd64
Configurations
frpc.ini
[common]
server_addr =
server_port = 5000
[mm]
type = tcp
local_ip = 192.168.1.11
local_port = 16000
remote_port = 16000
frps.ini
[common]
bind_port = 5000
Logs
2022/09/07 20:26:28 [I] [service.go:349] [869a44ebf11c3cce] login to server success, get run id [869a44ebf11c3cce], server udp port [0]
2022/09/07 20:26:28 [I] [proxy_manager.go:144] [869a44ebf11c3cce] proxy added: [mm]
2022/09/07 20:26:28 [I] [control.go:181] [869a44ebf11c3cce] [mm] start proxy success
2022/09/07 20:31:56 [E] [proxy.go:795] [869a44ebf11c3cce] [mm] connect to local service [192.168.1.11:16000] error: dial tcp 192.168.1.11:16000: connect: connection refused
2022/09/07 20:31:56 [E] [proxy.go:795] [869a44ebf11c3cce] [mm] connect to local service [192.168.1.11:16000] error: dial tcp 192.168.1.11:16000: connect: connection refused
2022/09/07 20:31:56 [E] [proxy.go:795] [869a44ebf11c3cce] [mm] connect to local service [192.168.1.11:16000] error: dial tcp 192.168.1.11:16000: connect: connection refused
2022/09/07 20:31:56 [E] [proxy.go:795] [869a44ebf11c3cce] [mm] connect to local service [192.168.1.11:16000] error: dial tcp 192.168.1.11:16000: connect: connection refused
2022/09/07 20:31:56 [E] [proxy.go:795] [869a44ebf11c3cce] [mm] connect to local service [192.168.1.11:16000] error: dial tcp 192.168.1.11:16000: connect: connection refused
2022/09/07 20:31:56 [E] [proxy.go:795] [869a44ebf11c3cce] [mm] connect to local service [192.168.1.11:16000] error: dial tcp 192.168.1.11:16000: connect: connection refused
2022/09/07 20:31:56 [E] [proxy.go:795] [869a44ebf11c3cce] [mm] connect to local service [192.168.1.11:16000] error: dial tcp 192.168.1.11:16000: connect: connection refused
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Sep 8, 2022):
检查
192.168.1.11:16000上的服务是否正常运行@github-actions[bot] commented on GitHub (Oct 9, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.