mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4866] 穿透后速度很慢 #3836
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#3836
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 @xiaowen-king on GitHub (Jul 3, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4866
Bug Description
#描述#
云服务器是阿里云香港的200M带宽的,家里面的贷款是300M,用测试软件测试上传带宽有30-40M,但是穿透出来的下载速度只有300KB/S左右,算下来就是2.4M左右的带宽,不知道是什么原因,有么有排查方法呢
#其他#
大佬帮我看一下是不是配置错误了还是什么,或者是有没有办法排查是哪里出了问题,阿里云的服务器为了方便配置反向代理,安装了宝塔面板,然后安装了nginx。
frpc Version
0.63.0
frps Version
0.63.0
System Architecture
X86
Configurations
#FRPS配置文件(frps.toml)#
#FRPC配置文件(frpc.toml)#
Logs
#FRPS日志(frps.log)#
#FRPC日志(一部分)#
Steps to reproduce
穿透后使用宝塔的nginx进行反向代理,从而达到不带端口访问的目的,再次访问速度很慢
Affected area
@happytrudy commented on GitHub (Jul 14, 2025):
换个协议试试 quic kcp
@xiaowen-king commented on GitHub (Jul 14, 2025):
试过了,后面发现是运营商的问题,使用tcp协议套个隧道解决了
@datahuo commented on GitHub (Jul 20, 2025):
大佬,怎么操作的?求配置,我被运营商限速了,千兆只有百兆效果
@xiaowen-king commented on GitHub (Jul 21, 2025):
这个要你先确定上传带宽是多少,你千兆的家庭带宽这个只是下载速度
服务端不用改,客户端加transport.proxyURL = "socks5://user:passwd@192.168.1.128:1080"
等号后面的“”里面填写隧道的代理地址
隧道需要自己搭建,隧道搭建方法可以谷歌一下
或者是你先换QUIC协议连接试试看,端口号换高一点的
@github-actions[bot] commented on GitHub (Aug 5, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
@Kiswelrg commented on GitHub (Sep 10, 2025):
有办法吗这个速度问题,直接一个tcp type的代理,速度明显慢的很,千兆网大概300-600k的速度, quic测了也不work, still the same speed
@xiaowen-king commented on GitHub (Sep 12, 2025):
按照国家贵定,上传和下载的速度比例是1:5,也就是你的宽带1000M/bps的上传速度应该是200M/bps,200÷8=25,也就是你在外面下载frp穿透的东西最高应该可以到25M才对,这个是忽略你公网服务器带宽的理论值,如果你公网服务器的带宽不到200M/bps的话也是达不到的,公网服务器的带宽也会限制的,虽然不知道你公网服务器的带宽是多少,但是如果速度没有达到公网服务器带宽的瓶颈或者是家庭网络上传带宽的瓶颈的话可以用下面这个方法试一下
https://www.ersansi.top/index.php/archives/2138/
使用hystera端口跳跃试试看
我现在使用的就是这个方法,上面是我博文地址,但是我这边网络运营商有问题,网络拥堵,所以访问我的博文估计会很慢
Yu Mei @.***> 于2025年9月10日周三 16:05写道:
@xiaowen-king commented on GitHub (Sep 12, 2025):
小区应为电力施工,现在停电了,我的博文访问不了了
空白 @.***> 于2025年9月12日周五 09:12写道:
@Kiswelrg commented on GitHub (Sep 12, 2025):
haha thanks for replying, i tried nps, it have the normal speed, which is dozens of MB/s, and that's definately not a bandwidth problem. but FPP > NPS, don wanna use nps.
and i'm sure it's the macos darwin version frpc problem, i tested the exact frpc.toml on macos and ubuntu, the ubuntu one have the proper speed while macos frpc only gives like 300k.
In a word: