嘟嘟社区

额(⊙o⊙)求助:第一次用nocix杜甫,竟然开不启BBR


本帖最后由 Winday. 于 2024-7-20 11:18 编辑

系统:Debian11   以前一直 用下面代码一键开启bbr

  1. echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
  2. echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
  3. sysctl -p
  4. lsmod | grep bbr

复制代码

第一次用杜甫,,没想到竟然开启bbr都完成不了,,求助各位18cm,nocix怎么开启bbr,,

错误信息↓

root@:/home/customer# echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
root@:/home/customer# echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
root@:/home/customer# sysctl -p
bash: sysctl: command not found
root@:/home/customer# lsmod | grep bbr