On 02/07/2006 11:20 AM, Jorge Davila wrote: > Trying to execute this rule > > iptables -t mangle -A PREROUTING -s -j NETMAP --to 192.168.3.0/24 > > I receive > > iptables: Unknown error 4294967295 I assume you really had an address after the -s option. I can't explain the error you are seeing, but at least one problem is that you must use the nat table, not the mangle table.