输入iptables命令时报错(表不存在)

Chr*_*ris 8 iptables firewall settings proxy spotify

我一直在尝试安装 Spotify,但是在登录时我收到一条消息,说我有一个error 101. 这似乎与我的代理设置或防火墙有关。按照另一个类似问题的说明,我在终端中输入了以下内容iptables -L,它返回了这条消息,这听起来有点令人担忧!

FATAL: Error inserting ip_tables (/lib/modules/3.5.0-25-generic/kernel/net/ipv4/netfilter/ip_tables.ko): Operation not permitted
iptables v1.4.12: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Run Code Online (Sandbox Code Playgroud)

任何想法是我明显缺乏防火墙和解决我进入 Spotify 的能力的解决方案是什么?

Mag*_*pie 7

我认为您需要使用 sudo 命令,而错误消息只是一种措辞不当的方式,告诉您您没有正确的权限来运行您想要运行的命令。

是有关如何使防火墙与 iptables 一起运行的一些说明的链接。