cupid12180 发表于 2017-9-6 16:26:57

MY-IMX6 Linux-3.14系统 iptables是不是被裁了?

MY-IMX6 Linux-3.14系统 iptables是不是被裁了?
命令关键字是有,但是命令不支持

root@myzr:~# iptables -L -v
iptables v1.4.21: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.



root@myzr:~# iptables -A INPUT -p tcp --dport 22 -j ACCEPT
iptables v1.4.21: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

软件01 发表于 2017-9-7 09:19:07

CONFIG_IP_NF_IPTABLES需要配置一下
CONFIG_IP_NF_FILTER也需要配置一下
默认没配置

软件01 发表于 2017-9-7 09:19:22

CONFIG_IP_NF_IPTABLES需要配置一下
CONFIG_IP_NF_FILTER也需要配置一下
默认没配置
页: [1]
查看完整版本: MY-IMX6 Linux-3.14系统 iptables是不是被裁了?