内核模块问题

内核模块问题

我在尝试运行此命令 iptable -L 时遇到 iptable 问题,输出为“

modprobe: FATAL: Module ip_tables not found in directory /lib/modules/4.4.0-186-generic
iptables v1.6.0: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

我尝试运行这个命令

sudo apt-get install –reinstall linux-image-$(uname -r)

` 但它不能解决问题,那么我该如何安装缺失的模块呢?

答案1

我在一个非常旧的 DigitalOcean droplet 上遇到了这个问题,这些年来我已经将它从 Ubuntu 12.04 升级到 18.04。

我认为答案是通过 DigitalOcean 仪表板升级内核,但出于某种原因,该选项在我的服务器上被禁用。我认为它现在太旧了,我需要迁移到新的 droplet。

我怀疑如果安装图像的命令对您不起作用,您可能遇到类似的情况。

https://docs.digitalocean.com/products/droplets/how-to/kernel/

相关内容