博主在GitHub上闲逛,发现了一个很不错的BBR加速方案,这也是适用于OVZ架构的VPS的魔改BBR。并且在CentOS7.2 x64系统上测试通过了。

感谢linhua55大佬的教程和phuslu大佬制作的一键包


系统要求

以下取自GitHub原文
lkl_study
study the LKL(linux kernel library) https://github.com/lkl/linux
Only apply to 64Bit Linux with ipv4 network.
看来是只能用于64位Linux和加速IPV4


安装流程

话不多说上一键脚本代码

curl https://raw.githubusercontent.com/linhua55/lkl_study/master/get-rinetd.sh | bash


开始安装后他会停在这里让你输入想加速的端口 这里我们填入我们小飞机使用的端口就好了


如何检测是否安装成功

原文是这样说的
Determine if function
Use top command, view process rinetd's CPU usage. The faster of network speed, the bigger of CPU usage.
也就是说,使用top命令来查看rinetd的CPU占用,如果网络速度越快,CPU占用也会越高。

Tips

这些都搬原文了。。。
The configuration file generated by one-key script is /etc/rinetd-bbr.conf. By default, it only proxy(speed up) port 443and80, modify the port number as needed.

Caution:
1、 Dependency: iptables, grep, cut, xargs. Usual linux have these tools,But some linux use firewalld instead of iptables, it need install iptables
2、 For KVM VPS, need to change venet0:0 to the name of the network interface which have KVM's public IP, normally it is eth0


总结


原本只有500Kbps速度的龟速服务器youtube现在可以到达5000Kbps了,看1080P也没有压力了,总的来说效果还是挺满意的,和之前的UML+BBR效果差不多(感觉差一点?)不过还是比KCPTUN加速要差一点,但是BBR加速要方便很多,不需要额外的客户端。OVZ毕竟还是超售严重的廉价方案,如果可以的话最好还是选择KVM架构的VPS,速度完全不是一个档次的。

Last modification:May 11th, 2021 at 09:43 pm