iptables: Unknown error 4294967295

cristianm

Renowned Member
Jul 2, 2010
33
0
71
Hi.

I have in the Node

/etc/vz/vz.conf
IPTABLES="ipt_REJECT ipt_tos ipt_TOS ipt_LOG ip_conntrack ipt_limit ipt_multiport iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length ipt_state iptable_nat ip_nat_ftp"

Next restart vz

I put
vzctl set 110 --numiptent 1000 --save

And next in the conteiner run:
iptables -t nat -A PREROUTING -p tcp -d XXX.XXX.XXX.XXX --dport 80 -j REDIRECT

But this show:
iptables: Unknown error 4294967295

Any idea?