系统:Debian11 以前一直 用下面代码一键开启bbr
[ol]echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
lsmod | grep bbr[/ol]复制代码
第一次用杜甫,,没想到竟然开启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