mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1017] 间歇性断流问题 #802
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#802
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 @Creling on GitHub (Dec 18, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/1017
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 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
客户端/服务端均为 0.22.0
What operating system and processor architecture are you using (
go env)?inter处理器 amd64架构
Configures you used:
用frp反代了内网的seafile网盘服务器,经常出现文件无法下载的现象,查询frp日志后发现日志中由大量“端口已被占用”的警告,但是frp server仅仅只为网盘服务器这一台服务器提供服务,所以说对中国问题的出现百思不得解。
@fatedier commented on GitHub (Dec 19, 2018):
proxy 命名不要重复。
@Creling commented on GitHub (Dec 19, 2018):
抱歉,issue中的配置文件排版错了
frpc.ini如下
[common]
server_addr = xxx
server_port = 7000
protocol = tcp
privilege_token = xxx
[range:seafile]
type = tcp
local_ip = 127.0.0.1
local_port = 8000,8082
remote_port = 80,8082
似乎并没有proxy name重复的问题
@fatedier commented on GitHub (Dec 19, 2018):
请把服务端和客户端的日志都贴出来。
@Creling commented on GitHub (Dec 19, 2018):
https://paste.ubuntu.com/p/2ssRCQ5K44/
@Creling commented on GitHub (Dec 19, 2018):
配置已贴
@fatedier commented on GitHub (Dec 19, 2018):
port 从 7000 换一个端口,确认下是否多起了其他的进程,有冲突。
@Creling commented on GitHub (Dec 19, 2018):
好的,我试一下,晚上反馈