From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 08:10:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB95916A4CF for ; Thu, 15 Jan 2004 08:10:01 -0800 (PST) Received: from mail.lphp.org (APastourelles-107-1-2-121.w193-251.abo.wanadoo.fr [193.251.52.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C5F43D2F for ; Thu, 15 Jan 2004 08:10:00 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from admin.dioranews.local (ATuileries-108-2-1-254.w217-128.abo.wanadoo.fr [217.128.152.254]) by mail.lphp.org (8.12.10/8.12.10) with ESMTP id i0FG8cjk006401; Thu, 15 Jan 2004 17:08:38 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: dirk.meyer@dinoex.sub.org (Dirk Meyer), freebsd-questions@freebsd.org Date: Thu, 15 Jan 2004 17:10:01 +0100 User-Agent: KMail/1.5.4 References: <20040114163043.GL415@seekingfire.com> <200401141827.30569.ajacoutot@lphp.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401151710.01743.ajacoutot@lphp.org> Subject: Re: Loading balancing with more than one ISP. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2004 16:10:01 -0000 On Thursday 15 January 2004 16:41, Dirk Meyer wrote: > Thats easy on your router: > #!/bin/sh > gateway1="10.10.10.1" > gateway2="10.10.10.2" > dmz="10.10.20.0/24" > lan="10.10.30.0/24" > ipfw add fwd ${gateway2} ip from ${dmz} to any > ipfw add fwd ${gateway1} ip from ${lan} to any Thanks... but the thing is that I already tried this, but I have dynamic IPs and I need NAT... I just sent a new mail to the list, if you can check it out, my configuration is explained. Regards, Antoine