mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3696] 客户端连接后自动断开,无法登录 #2942
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#2942
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 @techluo on GitHub (Oct 19, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3696
Bug Description
客户端连接后自动断开,无法登录
frpc Version
0.43.0
frps Version
0.37.1
System Architecture
Linux 64位
Configurations
frpc配置
[common]
frps配置
bind_port = 7000
#tcp_mux = false
frp管理后台端口,请按自己需求更改
dashboard_port = 7500
frp管理后台用户名和密码,请改成自己的
dashboard_user = admin
dashboard_pwd = admin
enable_prometheus = true
[ssh]
bandwidth_limit = 1024KB
log_file = /home/ubuntu/frps/frp.log
#log_level = trace #debug info
log_max_days = 7
Logs
frpc
2023/10/19 14:29:45 [I] [service.go:201] [75aabaaadeba91f7] try to reconnect to server...
2023/10/19 14:29:45 [I] [service.go:349] [75aabaaadeba91f7] login to server success, get run id [75aabaaadeba91f7], server udp port [0]
2023/10/19 14:29:45 [I] [proxy_manager.go:144] [75aabaaadeba91f7] proxy added: [7991]
2023/10/19 14:29:45 [T] [proxy_wrapper.go:171] [75aabaaadeba91f7] [7991] change status from [new] to [wait start]
2023/10/19 14:29:45 [E] [control.go:159] [75aabaaadeba91f7] work connection closed before response StartWorkConn message: EOF
2023/10/19 14:29:45 [D] [control.go:292] [75aabaaadeba91f7] read from control connection EOF
2023/10/19 14:29:45 [I] [control.go:316] [75aabaaadeba91f7] control writer is closing
2023/10/19 14:29:45 [I] [visitor_manager.go:60] [75aabaaadeba91f7] gracefully shutdown visitor manager
2023/10/19 14:30:01 [I] [service.go:185] [75aabaaadeba91f7] wait 16s to reconnect
2023/10/19 14:30:01 [I] [service.go:201] [75aabaaadeba91f7] try to reconnect to server...
2023/10/19 14:30:01 [I] [service.go:349] [75aabaaadeba91f7] login to server success, get run id [75aabaaadeba91f7], server udp port [0]
2023/10/19 14:30:01 [I] [proxy_manager.go:144] [75aabaaadeba91f7] proxy added: [7991]
2023/10/19 14:30:01 [T] [proxy_wrapper.go:171] [75aabaaadeba91f7] [7991] change status from [new] to [wait start]
2023/10/19 14:30:11 [E] [control.go:159] [75aabaaadeba91f7] work connection closed before response StartWorkConn message: EOF
frps
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Nov 5, 2023):
网络问题,可以尝试 QUIC
5760c1cf92/conf/frps_full_example.toml (L15)5760c1cf92/conf/frpc_full_example.toml (L82)另外,建议两端版本相同
@github-actions[bot] commented on GitHub (Dec 6, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.