From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philip Craig Subject: Re: Unknown error 4294967295 Date: Tue, 07 Feb 2006 14:10:30 +1000 Message-ID: <43E81DB6.1040504@snapgear.com> References: <1139275250.3600.3.camel@davila.nicaraguaopensource.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1139275250.3600.3.camel@davila.nicaraguaopensource.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: Jorge Davila Cc: netfilter@lists.netfilter.org 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.