[GH-ISSUE #1388] 无法建立连接,Accept new mux stream error: keepalive timeout #1101

Closed
opened 2026-05-05 12:42:36 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @ghost on GitHub (Aug 15, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1388

What version of frp are you using (./frpc -v or ./frps -v)?
frps: 0.28.2
frpc: 0.28.2

What operating system and processor architecture are you using (go env)?
Server: CentOS7
Client: Raspbian

Configures you used:
Server:

bind_port = 10422
vhost_http_port = 8118

Client:

[common]
server_addr = x.x.x.x
server_port = 10422

[web]
type = http
local_port = 8118
custom_domains = x.x.x. 

Steps to reproduce the issue:
systemctl start frps
systemctl start frpc

Describe the results you received:
Server:

2019/08/15 02:58:51 [I] [service.go:146] frps tcp listen on 0.0.0.0:10422
2019/08/15 02:58:51 [I] [service.go:188] http service listen on 0.0.0.0:8118
2019/08/15 02:58:51 [I] [root.go:204] Start frps success
2019/08/15 02:58:58 [I] [service.go:356] client login info: ip [58.56.96.27:61796] version [0.28.2] hostname [] os [linux] arch [arm]
2019/08/15 02:59:28 [D] [service.go:341] Accept new mux stream error: keepalive timeout
2019/08/15 02:59:28 [D] [control.go:300] [b360549ebefa4e9e] control connection closed
2019/08/15 02:59:28 [I] [control.go:274] [b360549ebefa4e9e] control writer is closing

Client:

2019/08/15 07:00:18 [I] [service.go:224] login to server success, get run id [b360549ebefa4e9e], server udp port [0]
2019/08/15 07:00:18 [I] [proxy_manager.go:137] [b360549ebefa4e9e] proxy added: [web]
2019/08/15 07:00:48 [D] [control.go:204] read from control connection EOF
2019/08/15 07:00:48 [E] [control.go:127] work connection closed, EOF
2019/08/15 07:00:48 [I] [control.go:228] control writer is closing
2019/08/15 07:00:48 [I] [service.go:127] try to reconnect to server...
Originally created by @ghost on GitHub (Aug 15, 2019). Original GitHub issue: https://github.com/fatedier/frp/issues/1388 **What version of frp are you using (./frpc -v or ./frps -v)?** frps: 0.28.2 frpc: 0.28.2 **What operating system and processor architecture are you using (`go env`)?** Server: CentOS7 Client: Raspbian **Configures you used:** Server: ``` bind_port = 10422 vhost_http_port = 8118 ``` Client: ``` [common] server_addr = x.x.x.x server_port = 10422 [web] type = http local_port = 8118 custom_domains = x.x.x. ``` **Steps to reproduce the issue:** systemctl start frps systemctl start frpc **Describe the results you received:** Server: ``` 2019/08/15 02:58:51 [I] [service.go:146] frps tcp listen on 0.0.0.0:10422 2019/08/15 02:58:51 [I] [service.go:188] http service listen on 0.0.0.0:8118 2019/08/15 02:58:51 [I] [root.go:204] Start frps success 2019/08/15 02:58:58 [I] [service.go:356] client login info: ip [58.56.96.27:61796] version [0.28.2] hostname [] os [linux] arch [arm] 2019/08/15 02:59:28 [D] [service.go:341] Accept new mux stream error: keepalive timeout 2019/08/15 02:59:28 [D] [control.go:300] [b360549ebefa4e9e] control connection closed 2019/08/15 02:59:28 [I] [control.go:274] [b360549ebefa4e9e] control writer is closing ``` Client: ``` 2019/08/15 07:00:18 [I] [service.go:224] login to server success, get run id [b360549ebefa4e9e], server udp port [0] 2019/08/15 07:00:18 [I] [proxy_manager.go:137] [b360549ebefa4e9e] proxy added: [web] 2019/08/15 07:00:48 [D] [control.go:204] read from control connection EOF 2019/08/15 07:00:48 [E] [control.go:127] work connection closed, EOF 2019/08/15 07:00:48 [I] [control.go:228] control writer is closing 2019/08/15 07:00:48 [I] [service.go:127] try to reconnect to server... ```
Author
Owner

@ghost commented on GitHub (Aug 20, 2019):

莫名就好了,关掉了。

<!-- gh-comment-id:522934584 --> @ghost commented on GitHub (Aug 20, 2019): 莫名就好了,关掉了。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1101
No description provided.