mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3479] Connection reset by peer #2779
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#2779
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 @liunx7594 on GitHub (Jun 6, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3479
Bug Description
When I run the client, I always report an error.
The following is the output result of the running client
2023/06/06 10:49:26 [W] [service.go:132] login to server failed: read tcp 192.168.1.116:48200->202.111.16.100:7000: read: connection reset by peer
read tcp 192.168.1.116:48200->202.111.16.100:7000: read: connection reset by peer
2023/06/06 10:56:01 [W] [service.go:132] login to server failed: read tcp 192.168.1.116:46766->202.111.16.100:7000: read: connection reset by peer
read tcp 192.168.1.116:46766->202.111.16.100:7000: read: connection reset by peer
frpc Version
0.45.0
frps Version
0.45.0
System Architecture
linux/amd64 ubuntu
Configurations
[common]
server_addr = 202.111.16.100
server_port = 7000
tls_enable = true
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
Logs
2023/06/06 10:49:26 [W] [service.go:132] login to server failed: read tcp 192.168.1.116:48200->202.111.16.100:7000: read: connection reset by peer
read tcp 192.168.1.116:48200->202.111.16.100:7000: read: connection reset by peer
2023/06/06 10:56:01 [W] [service.go:132] login to server failed: read tcp 192.168.1.116:46766->202.111.16.100:7000: read: connection reset by peer
read tcp 192.168.1.116:46766->202.111.16.100:7000: read: connection reset by peer
Steps to reproduce
No response
Affected area
@Becods commented on GitHub (Jun 6, 2023):
Check your firewall.
@github-actions[bot] commented on GitHub (Jul 7, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.