Andrew Morton wrote: > > Begin forwarded message: > > Date: Fri, 7 Apr 2006 06:12:07 -0700 > From: bugme-daemon@bugzilla.kernel.org > To: bugme-new@lists.osdl.org > Subject: [Bugme-new] [Bug 6349] New: iptables DNAT returns unknown error 4294967295 > > > http://bugzilla.kernel.org/show_bug.cgi?id=6349 > > Summary: iptables DNAT returns unknown error 4294967295 > Kernel Version: 2.6.17-rc1 > Status: NEW > Severity: blocking > Owner: laforge@gnumonks.org > Submitter: dmb@pochta.ru > > > Problem Description: > When I try to add the rule with target DNAT to the OUTPUT chain I get the error > message: > [root@dbagrii:~]# iptables -t nat -A OUTPUT -p tcp -d 192.168.1.1 --dport 119 -j > DNAT --to-destination 192.168.1.10:8119 > iptables: Unknown error 4294967295 > > No rule is added, and the kernel says the message to the syslog: > Apr 7 15:20:05 dbagrii kernel: ip_tables: DNAT target: bad hook_mask 8 > > This error appears with iptables tool version 1.3.3 and 1.3.5 i tried to use. > > Steps to reproduce: > Run the iptables tool with this arguments: > $ iptables -t nat -A OUTPUT -p tcp -d 192.168.1.1 --dport 119 -j DNAT > --to-destination 192.168.1.10:8119 Please try if this patch helps.