net bridge相关命令在sysctl中并且得到下面的错误,
可以运行如下命令解决,
如果继续得到如下错误,
新建软链接来解决。(注意,在删除前请备份/sbin/modprobe)
ppt.cc/fKlBax ppt.cc/fwlgFx ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net ppt.cc/fwpCex ppt.cc/fxcLIx ppt.cc/foX6Ux linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com ppt.cc/ffAGfx ppt.cc/fJbezx ppt.cc/fNIQDx ppt.cc/fCSllx ppt.cc/fybDVx ppt.cc/fIMQxx
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
No comments:
Post a Comment