Ubuntu 16.04システムを使用していますが、設定中に問題が発生しましたiptables
。この問題を解決するには?
modprobe: ERROR: could not insert 'ip_tables': Operation not permitted
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.
答え1
構成に問題はありませんが、iptables
必須モジュールのロードに問題があります。
コマンドを実行していますかroot
?このエラーは、Operation not permitted
モジュールが欠落しているわけではなく、モジュールをロードする権限がないことを示しています。
として実行している場合、root
他の制限によりAppArmorやSELinuxなどのモジュールをロードできない可能性があります。