mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #743] Accept new mux stream error: broken pipe #581
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#581
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 @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
@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 将会直接关闭。)