modprobe: FATAL: Module br_netfilte not found
Posted mry6
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了modprobe: FATAL: Module br_netfilte not found相关的知识,希望对你有一定的参考价值。
modprobe: FATAL: Module br_netfilte not found
问题描述
CentOS7.2版本的系统,通过离线源更新后,升级到了7.5版本,在安装k8s集群过程中,遇到了如下错误
提示:br_netfilter模块未发现
解决方案
安装br_netfilter该模块
yum install bridge-utils -y
echo br_netfilter > /etc/modules-load.d/br_netfilter.conf
modprobe br_netfilter
重新执行加载命令
modprobe br_netfilte
查看网桥过滤模块是否加载成功
lsmod | grep br_netfilter
以上是关于modprobe: FATAL: Module br_netfilte not found的主要内容,如果未能解决你的问题,请参考以下文章
modprobe: FATAL: Module br_netfilte not found
qq2440启动linux后出现错误提示request_module: runaway loop modprobe binfmt-464c
modprobe:致命:在目录 /lib/modules/ 中找不到模块 nvidia-uvm