From owner-freebsd-questions@FreeBSD.ORG Sun Jan 18 01:38:44 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 5798816A4CE for ; Sun, 18 Jan 2004 01:38:44 -0800 (PST) Received: from mail.lphp.org (APastourelles-107-1-6-191.w193-251.abo.wanadoo.fr [193.251.29.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C05E43D46 for ; Sun, 18 Jan 2004 01:38:42 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.local [192.168.0.3]) by mail.lphp.org (8.12.10/8.12.10) with ESMTP id i0I9aW5F044239; Sun, 18 Jan 2004 10:36:32 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: Dinesh Nair Date: Sun, 18 Jan 2004 10:36:25 +0100 User-Agent: KMail/1.5.4 References: <20040118131333.I98208-100000@prophet.alphaque.com> In-Reply-To: <20040118131333.I98208-100000@prophet.alphaque.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401181036.25534.ajacoutot@lphp.org> cc: FreeBSD-Questions 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: Sun, 18 Jan 2004 09:38:44 -0000 On Sunday 18 January 2004 06:15, Dinesh Nair wrote: > you can do this with IPFW's fwd rulesets. > > ipfw add fwd netconnexion1_gw ip from DMZ/netmask to any > ipfw add fwd netconnexion2_gw ip from LAN/netmask to any Well, somehow, this never worked for me yet :( But well, I'll try again on monday :) Thanks. Antoine