From owner-freebsd-questions@FreeBSD.ORG Sun Jan 18 02:07:57 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 C518A16A4CE for ; Sun, 18 Jan 2004 02:07:57 -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 0003543D45 for ; Sun, 18 Jan 2004 02:07:55 -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 i0IA5t5F044529; Sun, 18 Jan 2004 11:05:55 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: Chris Knipe , freebsd-questions@freebsd.org Date: Sun, 18 Jan 2004 11:05:48 +0100 User-Agent: KMail/1.5.4 References: <20040118130036.S98208-100000@prophet.alphaque.com> <20040118095408.C91ED43D48@mx1.FreeBSD.org> In-Reply-To: <20040118095408.C91ED43D48@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401181105.48386.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: Sun, 18 Jan 2004 10:07:57 -0000 On Sunday 18 January 2004 10:54, Chris Knipe wrote: > I have a service set up, some.host IN A A.A.A.x (i.e. in network A and > gateway A). Now, the moment some one from network B connects to the > service I've setup on network A, the FreeBSD Box will route the reply > packets out on network B (because of the client's address) and hence, it > follows a invalid networ path and the connection fails. The same will also > happen when someone from Network A tries to connect to a IP on Network Hum, you're right... Let me try this also on monday, I'll give you some feedback about how it goes. Antoine