net bridge相关命令在sysctl中并且得到下面的错误,
error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key
error: "net.bridge.bridge-nf-call-iptables" is an unknown key
error: "net.bridge.bridge-nf-call-arptables" is an unknown key
可以运行如下命令解决,
modprobe bridge
lsmod|grep bridge
如果继续得到如下错误,
FATAL: Module bridge not found.
新建软链接来解决。(注意,在删除前请备份/sbin/modprobe)
rm -f /sbin/modprobe
ln -s /bin/true /sbin/modprobe