ip_vs module is not present
Linode
Linode Staff
I found out that ip_vs module is not present on the kernel. How can I make it present?
1 Reply
jyoo
Linode Staff
You can install ip_vs on your Linode. You'll need to use your distro's package manager to install ipvsadm - for example, apt-get install ipvsadm
for Debian and Ubuntu, or yum install ipvsadm
for CentOS. After that, you can run the command modprobe ip_vs
.
These instructions were found in this StackExchange thread.