mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1621] 网站连接间歇性中断问题 #1284
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#1284
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 @DaPoHou on GitHub (Jan 15, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1621
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)?
frps::0.31 linux_amd64
frpc:0.31 linux_amd64
What operating system and processor architecture are you using (
go env)?服务器端:Debian 9
客户端:Debian 9
Configures you used:
服务端配置:
客户端配置:
Steps to reproduce the issue:
2.偶尔间歇性的会突然出现无法连接。
Describe the results you received:
间歇性的出现中断,并在几分钟后重新恢复连接。
Additional information you deem important (e.g. issue happens only occasionally):
服务端日志:
客户端日志(客户端时间比服务端快2分20秒):
Can you point out what caused this issue (optional)
@fatedier commented on GitHub (Feb 4, 2020):
确认下自身的网络环境没有问题,看起来中间 DNS 查询请求也失败了。
@moralrebuild commented on GitHub (Feb 10, 2020):
遇到相同的问题,网络线路质量问题排除,因为用同一个服务器科学上网,一直很流畅。
@fatedier commented on GitHub (Feb 12, 2020):
@moralrebuild 网络问题不能因为其他应用正常就排除,最好放在单机上试验,屏蔽掉外网环境这一层,才能比较好区别,frp 的协议很多场景下会被检测,甚至断开连接。
如果单机环境仍然有问题,说明不是网络问题。否则,建议也可以尝试外层再套一层 kcptun 做一下加密,且通过 udp 来传输,看是否仍然会有问题。
@keeno1982 commented on GitHub (Feb 14, 2020):
同遇到这个问题,换回0.30一切正常