6
edits
Changes
→Iptables error
The VE based upon che slackware 11 cache returns an error when I add an Iptables rule:
<code>iptables -A INPUT -m state --state ESTABLISHED -j ACCEPT</code>
<code>iptables: Unknown error 4294967295</code>
I think that it depends on the <code>-m state</code> but I do not know how to solve it.
Any suggestions?
*SOLVED*
In the <VE>.conf (or in the vz.conf) I must include <code>IPTABLES="ipt_state ..."</code>