[GH-ISSUE #743] Accept new mux stream error: broken pipe #581

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

Originally created by @chauncey09 on GitHub (May 5, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/743

服务端错误日志:
2018/05/06 02:35:45 [I] [service.go:96] frps tcp listen on 0.0.0.0:7000
2018/05/06 02:35:45 [I] [service.go:105] frps kcp listen on udp 0.0.0.0:7000
2018/05/06 02:35:45 [I] [service.go:125] http service listen on 0.0.0.0:80
2018/05/06 02:35:45 [I] [service.go:141] https service listen on 0.0.0.0:443
2018/05/06 02:35:45 [I] [service.go:154] nat hole udp service listen on 0.0.0.0:7001
2018/05/06 02:35:45 [I] [service.go:164] Dashboard listen on 0.0.0.0:7500
2018/05/06 02:35:45 [I] [main.go:112] Start frps success
2018/05/06 02:35:45 [I] [main.go:114] PrivilegeMode is enabled, you should pay more attention to security issues
2018/05/06 02:36:28 [I] [dashboard_api.go:62] Http request: [/api/serverinfo]
2018/05/06 02:36:28 [I] [dashboard_api.go:59] Http response [/api/serverinfo]: code [0]
2018/05/06 02:36:48 [W] [service.go:247] Accept new mux stream error: broken pipe
2018/05/06 02:37:14 [W] [service.go:247] Accept new mux stream error: broken pipe
配置文件如下:
服务端:
[common]
bind_addr = 0.0.0.0
bind_port = 7000
bind_udp_port = 7001
kcp_bind_port = 7000
vhost_http_port = 80
vhost_https_port = 443
dashboard_port = 7500
dashboard_user = admin
dashboard_pwd = admin
privilege_mode = true
privilege_token = xxx
max_pool_count = 100

客户端:
[common]
server_addr = xxx
server_port = 7000
privilege_token = 911206

[service]
privilege_mode = true
type = tcp
local_port = 3389
local_ip = 127.0.0.1
remote_port = 3389

Originally created by @chauncey09 on GitHub (May 5, 2018). Original GitHub issue: https://github.com/fatedier/frp/issues/743 服务端错误日志: 2018/05/06 02:35:45 [I] [service.go:96] frps tcp listen on 0.0.0.0:7000 2018/05/06 02:35:45 [I] [service.go:105] frps kcp listen on udp 0.0.0.0:7000 2018/05/06 02:35:45 [I] [service.go:125] http service listen on 0.0.0.0:80 2018/05/06 02:35:45 [I] [service.go:141] https service listen on 0.0.0.0:443 2018/05/06 02:35:45 [I] [service.go:154] nat hole udp service listen on 0.0.0.0:7001 2018/05/06 02:35:45 [I] [service.go:164] Dashboard listen on 0.0.0.0:7500 2018/05/06 02:35:45 [I] [main.go:112] Start frps success 2018/05/06 02:35:45 [I] [main.go:114] PrivilegeMode is enabled, you should pay more attention to security issues 2018/05/06 02:36:28 [I] [dashboard_api.go:62] Http request: [/api/serverinfo] 2018/05/06 02:36:28 [I] [dashboard_api.go:59] Http response [/api/serverinfo]: code [0] 2018/05/06 02:36:48 [W] [service.go:247] Accept new mux stream error: broken pipe 2018/05/06 02:37:14 [W] [service.go:247] Accept new mux stream error: broken pipe 配置文件如下: 服务端: [common] bind_addr = 0.0.0.0 bind_port = 7000 bind_udp_port = 7001 kcp_bind_port = 7000 vhost_http_port = 80 vhost_https_port = 443 dashboard_port = 7500 dashboard_user = admin dashboard_pwd = admin privilege_mode = true privilege_token = xxx max_pool_count = 100 客户端: [common] server_addr = xxx server_port = 7000 privilege_token = 911206 [service] privilege_mode = true type = tcp local_port = 3389 local_ip = 127.0.0.1 remote_port = 3389
Author
Owner

@fatedier commented on GitHub (May 7, 2018):

Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)

<!-- gh-comment-id:387120093 --> @fatedier commented on GitHub (May 7, 2018): Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly. (为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
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#581
No description provided.