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

后端 未结 13 2530
轻奢々
轻奢々 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:45

    Finaly, my service provider answered :

    This is a limitation of the virtualization system we use (OpenVZ), basic iptables rules are possible but not those who use the nat table.

    If this really is a problem, we can offer you to migrate to a other system virtualization (KVM) as we begin to offer our customers.

    SO I had to migrate my server to the new system...

提交回复
热议问题