mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4211] 客户端一会就会断开 #3314
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#3314
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 @wendao8469759 on GitHub (May 11, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4211
Bug Description
客户端每分钟都会断开一次

frpc Version
0.51.0
frps Version
0.51.0
System Architecture
linux/amd64
Configurations
[common]
server_addr = ***
server_port = 7000
admin_addr = 127.0.0.1
admin_port = 7400
admin_user = admin
admin_pwd = ****
[admin_ui]
type = tcp
local_port = 7400
remote_port = 7400
[api]
type = tcp
local_port = 9888
local_ip = 192.168.1.3
remote_port = 7401
[nginx_file]
type = tcp
local_port = 8600
local_ip = 192.168.1.3
remote_port = 7402
[vr_api]
type = tcp
local_port = 8088
local_ip = 192.168.1.4
remote_port = 7403
[vr_api_web]
type = tcp
local_port = 80
local_ip = 192.168.1.3
remote_port = 7404
[wx_gongzhonghao]
type = tcp
local_port = 8088
local_ip = 192.168.1.21
remote_port = 7405
[windows_yuancheng]
type = tcp
local_port = 3389
local_ip = 192.168.1.3
remote_port = 7406
Logs
No response
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (May 12, 2024):
提供客户端日志
@wendao8469759 commented on GitHub (May 12, 2024):
我发现,是网络环境问题
我的网络原本是这样的,
2. 家里还有个小米路由器,为了统一,我把小米路由器改成了有线桥接的方式,让小米路由器的IP段和猫的IP段一样了。
这种网络环境下 一分钟会断开一次,
然后我改变了小米路由器的有线桥接,把他变成了下级路由器, 发现现在不在重连了