From owner-freebsd-ipfw@FreeBSD.ORG Sat Jul 23 21:25:06 2005 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C15E16A41F for ; Sat, 23 Jul 2005 21:25:06 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from mail.spaingsm.com (llwb135.servidoresdns.net [217.76.137.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id A644443D46 for ; Sat, 23 Jul 2005 21:25:05 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from SERVEREL (unknown [85.120.13.214]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.spaingsm.com (Postfix) with ESMTP id 7C31524C739 for ; Sat, 23 Jul 2005 23:14:22 +0200 (CEST) Date: Sun, 24 Jul 2005 00:25:37 +0300 From: vladone X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <177514506.20050724002537@spaingsm.com> To: freebsd-ipfw@freebsd.org In-Reply-To: References: <1287099147.20050723221715@spaingsm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re[2]: divert to multiple public's IP X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vladone List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2005 21:25:06 -0000 If i understand corectly with redirect_address i can forward an given public ip (commonly an alias on pubic interface) to an internal ip (private). I dont know if this is good for what i want. More exactly description for what i want: My private network is: 192.168.0.0/24 I have (example) public ip: 1.1.1.1, 1.1.1.6 and 1.1.1.9 I want: ip's: 192.168.0.1-20 out(tranlated) with 1.1.1.1 ip's: 192.168.0.21-30 out with 1.1.1.6 and so.