From owner-freebsd-questions@FreeBSD.ORG Mon Apr 24 09:40:58 2006 Return-Path: X-Original-To: questions@FreeBSD.org 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 AC36116A400 for ; Mon, 24 Apr 2006 09:40:58 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F52B43D45 for ; Mon, 24 Apr 2006 09:40:58 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id 5B7051C0838; Mon, 24 Apr 2006 11:40:57 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id 5595D22822; Mon, 24 Apr 2006 11:40:57 +0200 (CEST) Date: Mon, 24 Apr 2006 11:40:57 +0200 From: Michael Landin Hostbaek To: Bill Moran Message-ID: <20060424094057.GB46181@mich2.itxmarket.com> Mail-Followup-To: Michael Landin Hostbaek , Bill Moran , questions@FreeBSD.org References: <20060421091936.GC45972@mich2.itxmarket.com> <20060421162631.cf649390.wmoran@collaborativefusion.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060421162631.cf649390.wmoran@collaborativefusion.com> X-Operating-System: FreeBSD 6.0-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.11 Cc: questions@FreeBSD.org Subject: Re: Trunking connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2006 09:40:58 -0000 Bill Moran (wmoran) writes: > On Fri, 21 Apr 2006 11:19:36 +0200 > Michael Landin Hostbaek wrote: > > > > > I've got a FreeBSD firewall/gateway with three interfaces.. > > The canonical way to do this is with bgp. There are bgp implementations > available for FreeBSD. The hard part will be getting the two ISPs to > agree to set up BGP on their end. Heh. Yeah I doubt that'll fly.. I think I'll settle on piping specific traffic through each interface, and in addition have a small shell script in cron, that will check that the two interfaces are up and running.. if one should go down, route all traffic through the working one.. Not pretty but it should do the trick. /mich