Centos 6/7 x86_64 系統開啟TCP-BBR擁塞控制一鍵安裝指令碼
阿新 • • 發佈:2018-12-22
核心特點
1、使用自編譯好的核心;
2、無需手動修改grub啟動項;
3、已經預設設定擁塞演算法為BBR,無需額外設定,重啟即可用
指令碼一鍵安裝
- wget -O- https://soft.alphabrock.cn/Linux/scripts/bbr_centos_6_7_x86_64.sh | bash
安裝完成重啟
- reboot
驗證安裝是否成功
- sysctl -a|grep tcp_congestion_control
正常情況會是這樣:
- net.ipv4.tcp_congestion_control = bbr
Tips:若機子未開啟IPV6,在驗證步驟會出現以下錯誤,請忽略
- error:"Input/output error" reading key "net.ipv6.conf.all.stable_secret"
- error:"Input/output error" reading key "net.ipv6.conf.default.stable_secret"
- error:"Input/output error" reading key "net.ipv6.conf.eth0.stable_secret"
- error:"Input/output error" reading key "net.ipv6.conf.eth1.stable_secret"
- error:"Input/output error"