我正在使用 iptables v 1.4.8 并使用以下命令,但在终端上收到一条错误消息
# iptables -A INPUT -m iprange --src-range 10.0.4.92-10.0.4.99 -j DROP
modprobe: module 'ip_tables' not found
然后在我使用之后
iptables-save
然后也看到同样的错误。
也在使用时
iptables -L
同样的错误正在以 的结果进入终端iptables -L
,我正在考虑使用 --range 选项给我这个错误,因为我尝试了其他命令但没有这个错误。
但它工作正常,但为什么这个错误会出现在终端上,我可以弄清楚。
请给出一些解决方案。