-
-
Notifications
You must be signed in to change notification settings - Fork 13.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
频繁连接情况 #4603
Comments
serverPort = 7677
transport.protocol = "quic" |
切换到quic后,也会有这种情况
|
您好我是 https://github.com/VaalaCat/frp-panel 该项目的开发者,最近升级到v0.61.0也观测到了这个现象,每30秒会重连一次 目前测试frps和frpc降级到v0.59.0且修改协议为quic,可以解决该问题 |
好,我也先降级测试下,谢谢 |
我也遇到了这个问题,找了一上午的问题,发现测试注释
|
Bug Description
部署开放的内网web服务,这两天老是遇到web服务断开,查看日志频繁出现try to connect to server...,login to server success, get run id, proxy added,没有start proxy success启动代理的提示。请教这是什么问题造成的
frpc Version
Frpc version 0.61.1
frps Version
Frps version 0.61.1
System Architecture
linux/amd64
Configurations
frps
bindAddr = "0.0.0.0"
bindPort = 7676
quicBindPort = 7677
kcpBindPort = 7676
vhostHTTPPort = 80
vhostHTTPSPort = 443
log.to = "./frps.log"
log.level = "info"
log.maxDays = 3
auth.method = "token"
transport.maxPoolCount = 50
frpc
serverAddr = "xxx"
serverPort = 7676
transport.protocol = "kcp"
auth.method = "token"
auth.token = "xxx"
user = "xxxx"
log.to = "/var/log/frpc.log"
loginFailExit = false
[[proxies]]
name = "xxx"
type = "http"
localIP = "192.168.2.250"
localPort = 80
subdomain = "xxx"
transport.useEncryption = true
transport.useCompression = true
transport.proxyProtocolVersion = "v2"
[[proxies]]
name = "xxx"
type = "https"
localIP = "192.168.2.250"
localPort = 443
subdomain = "xxx"
transport.useEncryption = true
transport.useCompression = true
transport.proxyProtocolVersion = "v2"
Logs
2024-12-21 21:41:44.907 [I] [client/service.go:295] [466fd8d3931fffb2] try to connect to server...
2024-12-21 21:41:45.168 [I] [client/service.go:287] [466fd8d3931fffb2] login to server success, get run id [xxx]
2024-12-21 21:41:45.168 [I] [proxy/proxy_manager.go:173] [466fd8d3931fffb2] proxy added: [xxx]
2024-12-21 21:42:25.004 [I] [client/service.go:295] [466fd8d3931fffb2] try to connect to server...
2024-12-21 21:42:25.154 [I] [client/service.go:287] [466fd8d3931fffb2] login to server success, get run id [xxx]
2024-12-21 21:42:25.155 [I] [proxy/proxy_manager.go:173] [466fd8d3931fffb2] proxy added: [xxx]
2024-12-21 21:43:05.009 [I] [client/service.go:295] [466fd8d3931fffb2] try to connect to server...
2024-12-21 21:43:05.160 [I] [client/service.go:287] [466fd8d3931fffb2] login to server success, get run id [xxx]
2024-12-21 21:43:05.160 [I] [proxy/proxy_manager.go:173] [466fd8d3931fffb2] proxy added: [xxx]
2024-12-21 21:43:05.221 [I] [client/control.go:168] [466fd8d3931fffb2] [Https] start proxy success
2024-12-21 21:43:05.221 [I] [client/control.go:168] [466fd8d3931fffb2] [Https] start proxy success
2024-12-21 21:43:45.012 [I] [client/service.go:295] [466fd8d3931fffb2] try to connect to server...
2024-12-21 21:43:45.180 [I] [client/service.go:287] [466fd8d3931fffb2] login to server success, get run id [xxx]
2024-12-21 21:43:45.180 [I] [proxy/proxy_manager.go:173] [466fd8d3931fffb2] proxy added: [xxx]
2024-12-21 21:44:25.015 [I] [client/service.go:295] [466fd8d3931fffb2] try to connect to server...
2024-12-21 21:44:25.262 [I] [client/service.go:287] [466fd8d3931fffb2] login to server success, get run id [xxx]
2024-12-21 21:44:25.262 [I] [proxy/proxy_manager.go:173] [466fd8d3931fffb2] proxy added: [xxx]
2024-12-21 21:45:05.017 [I] [client/service.go:295] [466fd8d3931fffb2] try to connect to server...
2024-12-21 21:45:05.186 [I] [client/service.go:287] [466fd8d3931fffb2] login to server success, get run id [xxx]
2024-12-21 21:45:05.186 [I] [proxy/proxy_manager.go:173] [466fd8d3931fffb2] proxy added: [xxx]
2024-12-21 21:45:45.020 [I] [client/service.go:295] [466fd8d3931fffb2] try to connect to server...
2024-12-21 21:45:45.191 [I] [client/service.go:287] [466fd8d3931fffb2] login to server success, get run id [xxx]
2024-12-21 21:45:45.191 [I] [proxy/proxy_manager.go:173] [466fd8d3931fffb2] proxy added: [xxx]
2024-12-21 21:46:25.022 [I] [client/service.go:295] [466fd8d3931fffb2] try to connect to server...
2024-12-21 21:46:25.269 [I] [client/service.go:287] [466fd8d3931fffb2] login to server success, get run id [xxx]
2024-12-21 21:46:25.269 [I] [proxy/proxy_manager.go:173] [466fd8d3931fffb2] proxy added: [xxx]
2024-12-21 21:47:05.025 [I] [client/service.go:295] [466fd8d3931fffb2] try to connect to server...
2024-12-21 21:47:05.196 [I] [client/service.go:287] [466fd8d3931fffb2] login to server success, get run id [xxx]
2024-12-21 21:47:05.196 [I] [proxy/proxy_manager.go:173] [466fd8d3931fffb2] proxy added: [xxx]
2024-12-21 21:47:45.027 [I] [client/service.go:295] [466fd8d3931fffb2] try to connect to server...
2024-12-21 21:47:45.275 [I] [client/service.go:287] [466fd8d3931fffb2] login to server success, get run id [xxx]
2024-12-21 21:47:45.275 [I] [proxy/proxy_manager.go:173] [466fd8d3931fffb2] proxy added: [xxx]
2024-12-21 21:48:25.030 [I] [client/service.go:295] [466fd8d3931fffb2] try to connect to server...
2024-12-21 21:48:25.197 [I] [client/service.go:287] [466fd8d3931fffb2] login to server success, get run id [xxx]
2024-12-21 21:48:25.198 [I] [proxy/proxy_manager.go:173] [466fd8d3931fffb2] proxy added: [xxx]
2024-12-21 21:49:05.032 [I] [client/service.go:295] [466fd8d3931fffb2] try to connect to server...
2024-12-21 21:49:05.179 [I] [client/service.go:287] [466fd8d3931fffb2] login to server success, get run id [xxx]
2024-12-21 21:49:05.180 [I] [proxy/proxy_manager.go:173] [466fd8d3931fffb2] proxy added: [xxx]
2024-12-21 21:49:45.034 [I] [client/service.go:295] [466fd8d3931fffb2] try to connect to server...
2024-12-21 21:49:45.203 [I] [client/service.go:287] [466fd8d3931fffb2] login to server success, get run id [xxx]
2024-12-21 21:49:45.203 [I] [proxy/proxy_manager.go:173] [466fd8d3931fffb2] proxy added: [xxx]
2024-12-21 21:50:05.530 [I] [client/control.go:168] [466fd8d3931fffb2] [Https] start proxy success
2024-12-21 21:50:05.530 [I] [client/control.go:168] [466fd8d3931fffb2] [Https] start proxy success
Steps to reproduce
...
Affected area
The text was updated successfully, but these errors were encountered: