Centos,Ubuntu一键安装BBR教程

Centos,Ubuntu一键安装BBR教程:

使用root身份登录你的vps,输入下面命令就自动安装BBR算法。

wget –no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh
 chmod +x bbr.sh
 ./bbr.sh

出现如下提示:

———- System Information ———-
OS : CentOS 7.3.1611
Arch : x86_64 (64 Bit)
Kernel : 3.10.0-514.26.2.el7.x86_64
—————————————-
Auto install latest kernel for TCP BBR

URL: https://teddysun.com/489.html
—————————————-

Press any key to start…or Press Ctrl+C to cancel

开始安装

Installed:
kernel-ml.x86_64 0:4.13.3-1.el7.elrepo kernel-ml-devel.x86_64 0:4.13.3-1.el7.elrepo

Complete!

Info: The system needs to be restart. Do you want to reboot? [y/n][root@luoshanji ~]#
[root@luoshanji ~]#

yes 同意重启

按照以上步骤基本上是可以安装成功的,但我们也可以检查是否成功:

1、uname -r

输入命令,查看是否有内核4.9.0内核,有就说明更换内核了。

2、sysctl net.ipv4.tcp_available_congestion_control

输入命令,然后看是否有返回”net.ipv4.tcp_available_congestion_control = bbr cubic reno”

3、lsmod | grep bbr

输入命令,是否看到BBR字样

tcp_bbr 20480 31
[root@luoshanji ~]#

ok,表示成功!ping的速度似乎没什么变化,但是看视频速度确实很快!BBR+SSR+洛杉矶线路达到44M以上逆天速度!(如下图)