[SOLVED] LXC container :: How to enable TCP BBR?

Giovanni

Renowned Member
Apr 1, 2009
101
5
83
hi,

after setting the option in /etc/sysctl.conf of your PVE host and running sysctl -p, restart the container: pct reboot CTID

then go inside and check:
Code:
pct enter CTID
sysctl -a 2>/dev/null | grep congestion

and you should see it
 
  • Like
Reactions: Giovanni
sysctl net.ipv4.tcp_congestion_control=bbr or via /proc/sys//proc/sys/net/ipv4/tcp_congestion_control
 
i tried the same as the link you've sent and it worked.

Code:
echo "" >> /etc/sysctl.conf
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
 
hi,

after setting the option in /etc/sysctl.conf of your PVE host and running sysctl -p, restart the container: pct reboot CTID

then go inside and check:
Code:
pct enter CTID
sysctl -a 2>/dev/null | grep congestion

and you should see it
thank you! this worked great. I guess I as missing the rebooting the containers. I had wrongly assumed I had to change the settings on each LXC container but looks like it inherits the sysctl settings from the PVE host :)
 
great! please mark the thread as [SOLVED] so others know what to expect :)
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!