iptables v1.4.14: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)

后端 未结 13 2488
轻奢々
轻奢々 2020-12-14 01:00

I\'m trying to set iptable rules, and I got following error message when I use iptable :

iptables v1.4.14: can\'t initialize iptables table `nat\': Table doe         


        
13条回答
  •  攒了一身酷
    2020-12-14 01:42

    I had the same problem and this worked:

    sudo modprobe ip_tables
    sudo echo 'ip_tables' >> /etc/modules
    

    http://www.howtoforge.com/forums/showthread.php?t=3196

提交回复
热议问题