mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1613] 连接间歇性中断 #1277
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#1277
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 @JeremieCHN on GitHub (Jan 14, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1613
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 将会直接关闭。)
(请不要在 issue 评论中出现无意义的 加1,我也是 等内容,将会被直接删除。)
(由于个人精力有限,和系统环境,网络环境等相关的求助问题请转至其他论坛或社交平台。)
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.30.0
服务端:frp_0.30.0_linux_386
客户端:frp_0.30.0_windows_386
What operating system and processor architecture are you using (
go env)?服务端:CentOS 7
客户端:Windows 10
Configures you used:
服务端配置:
客户端配置(IP隐去,香港IP)
Steps to reproduce the issue:
1.我是用来做PC远程连接的,服务端在香港,客户端在大陆的Win10电脑上,两者一直连接(客户端开机运行)
2.正常使用过程中,不管是否进行了远程连接
Describe the results you received:
间歇性的中断,频率不固定,大概两三分钟后就会恢复
Describe the results you expected:
稳定连接就好……
Additional information you deem important (e.g. issue happens only occasionally):
客户端输出日志:
服务端输出日志(IP隐去,从大陆的IP发起的远程连接)
Can you point out what caused this issue (optional)
我有猜测过是不是因为香港服务器和大陆之间的流量被断了,但是断开期间我曾经有几次通过SSH连上服务器,直接重启服务端,重启后可以立刻连接。如果断流量是针对IP,SSH应该连不上,如果是针对端口,那应该会再持续一会儿而不能立刻连接上。
@fatedier commented on GitHub (Feb 12, 2020):
服务端和客户端日志级别都改成
log_level = trace,然后再提供下日志。最好也在单机环境下进行测试,看是否能完全排除网络问题。
@a92001 commented on GitHub (Mar 9, 2020):
遇到同样问题了唉,服务器客户端系统和楼主一样,但都在国内。楼主解决了吗?
@a92001 commented on GitHub (Mar 9, 2020):
@fatedier
@fatedier commented on GitHub (Mar 29, 2020):
@a92001 单机测试?
@ivanhxq commented on GitHub (Oct 10, 2020):
遇到同样的问题,测试环境在国内,你解决了吗?
@ChienWong commented on GitHub (Aug 18, 2021):
我有同样的问题,服务器是腾讯云的香港服务器,测试发现一段时间内会出现网络不可达的情况,提了工单,腾讯那边解释是GFW的拥塞控制导致部分请求被drop了,看起来无解