How can I deploy TCP_BBR on my linode?

My linode is using CentOS 6.8, in order to deploy BBR, I followed some instructions like:

[http://itfashion4u.blogspot.com/2017/09/activate-tcp-bbr-on-linode-vps.html]

There is this step almost in every instruction:

lsmod | grep bbr

They said this command should return something included "tcp_bbr", but I always got nothing in return.

And I didn't feel any change about the transfer speed on the linode. So I don't know if BBR worked, am I doing it right?

2 Replies

Greetings @hildegard,

I created a new CentOS 6.8 Linode. Prior to running through the tutorial, I ran lsmod and it does not display an output.

$ lsmod
Module                  Size  Used by

If I run the uname command, I can see the kernel displayed.

$ uname -r
4.18.16-x86_64-linode118

If you uname -r, what do you see?

The guide you shared appears to be for an Ubuntu system as I was unsuccessful in installing the kernel with dpkg.

We do have a guide that goes over this in detail, here:

https://www.linode.com/docs/tools-reference/custom-kernels-distros/custom-compiled-kernel-debian-ubuntu/

Particularly, the portion that goes into configuring the kernel may be the steps you are missing.

https://www.linode.com/docs/tools-reference/custom-kernels-distros/custom-compiled-kernel-debian-ubuntu/#configure-the-kernel

Best,
Preston
Linode Support Team

Thanks for reply @pambrosky

Sorry for my bad English language, my question is I don't know if I successfully opened BBR on my linode, do you have a command or guide for CentOS 6 to teach me that?

I think the kernel here is OK, I tried your command here:

uname -r
4.18.16-x86_64-linode118

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct