Hi On Mon, 06 Feb 2006 19:20:49 -0600 Jorge Davila <davila@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > Hi list!: > > 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 > > Someone knows where to look? > first i would look into your arguments, as the source-ip(range) to match is not specified. second i would look into the argument-handling of iptables as this error is easy to catch ;) regards virtual