By accessing the website and accepting the Cookie Policy, you agree to use the cookies provided by the Site in accordance with to analyze traffic, remember your preferences, and optimize your experience.
OK
emengweb 's Blog
Figma YES!
Toggle navigation
emengweb 's Blog
主页
Debian
CAT玉米
VI设计
NAS
OctoberCMS
UIKit3
宝塔面板
Python
SVG相关
PVE
Figma
VPS独服务记录
K8S
About Me
归档
标签
Debian开启BBR和魔改BBR
2018-11-23 17:07:33
174
0
0
emengweb
# 开启BBR(Debian9+) echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf sysctl -p - 执行 > sysctl net.ipv4.tcp_available_congestion_control - 如果结果是这样,就开启成功了 `root@debian-512mb-sgp1-01:~# sysctl net.ipv4.tcp_available_congestion_control net.ipv4.tcp_available_congestion_control = bbr cubic reno` - 执行 `lsmod | grep bbr` 以检测 BBR 是否开启。 # 开启魔改版BBR - 准备:使用前,请确认能够开启BBR,或者直接执行此命令进行开启. - wget --no-check-certificate -qO 'BBR.sh' 'https://moeclub.org/attachment/LinuxShell/BBR.sh' && chmod a+x BBR.sh && bash BBR.sh -f > 注意:执行此命令会自动重启。 - 开启魔改版BBR: wget --no-check-certificate -qO 'BBR_POWERED.sh' 'https://moeclub.org/attachment/LinuxShell/BBR_POWERED.sh' && chmod a+x BBR_POWERED.sh && bash BBR_POWERED.sh - 指定内核版本强制开启魔改版BBR(以v4.11.9内核版本为例): wget --no-check-certificate -qO 'BBR_POWERED.sh' 'https://moeclub.org/attachment/LinuxShell/BBR_POWERED.sh' && chmod a+x BBR_POWERED.sh && bash BBR_POWERED.sh -f v4.11.9 > 说明:执行过程中会重新编译模块,模块默认为开机自动加载。模块名称:tcp_bbr_powered > 可用 `modprobe tcp_bbr_powered` 命令进行加载模块,可执行 lsmod |grep 'bbr_powered' 结果不为空,则加载模块成功 > 可执行 `sysctl -w net.ipv4.tcp_congestion_control=bbr_powered` 使用此模块. > 以上只是说明,直接使用一键脚本即可. - 如遇报错:Error! Header not be matched by Linux Kernel. 请用使用本博客提供的脚本重新开启BBR,或使用-f参数.可参考本篇中的准备步骤. - 如遇报错:Error! Install make或Error! Install gcc. 首先尝试apt-get update,再次执行此脚本. 如果未解决想办法自行安装gcc(>=4.9),或切换系统后再试. # BBR+BBR魔改+Lotsever(锐速)一键脚本 wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
上一篇:
在Debian 9 (Stretch) 上安装Docker Engine
下一篇:
Hetzner独服使用Proxmox创建VPS
0
赞
174 人读过
新浪微博
微信
腾讯微博
QQ空间
人人网
文档导航