From owner-freebsd-pf@FreeBSD.ORG Tue May 31 14:08:29 2005 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D781916A41C; Tue, 31 May 2005 14:08:29 +0000 (GMT) (envelope-from dhartmei@insomnia.benzedrine.cx) Received: from insomnia.benzedrine.cx (insomnia.benzedrine.cx [62.65.145.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E38043D1D; Tue, 31 May 2005 14:08:28 +0000 (GMT) (envelope-from dhartmei@insomnia.benzedrine.cx) Received: from insomnia.benzedrine.cx (dhartmei@localhost [127.0.0.1]) by insomnia.benzedrine.cx (8.13.3/8.12.11) with ESMTP id j4VE8SPX016661 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 31 May 2005 16:08:28 +0200 (MEST) Received: (from dhartmei@localhost) by insomnia.benzedrine.cx (8.13.4/8.12.10/Submit) id j4VE8RBL021234; Tue, 31 May 2005 16:08:27 +0200 (MEST) Date: Tue, 31 May 2005 16:08:27 +0200 From: Daniel Hartmeier To: Brad Davis Message-ID: <20050531140827.GF16010@insomnia.benzedrine.cx> References: <751754961.20050531150559@rulez.sk> <20050531135850.GA90363@ender.liquidneon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050531135850.GA90363@ender.liquidneon.com> User-Agent: Mutt/1.5.6i Cc: Daniel Gerzo , freebsd-cluster@freebsd.org, freebsd-pf@freebsd.org Subject: Re: (no subject) X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 14:08:30 -0000 On Tue, May 31, 2005 at 07:58:50AM -0600, Brad Davis wrote: > No.. This is not what CARP does. CARP is for redundant firewalls/routers. That's just one of it's uses. Take a look at http://www.countersiege.com/doc/pfsync-carp/ and scroll down to the example about load balancing, then see carp(4) and search for arpbalance. You can automate the simpler (?) rdr balancing using a script that checks outage and removes/adds addresses to tables, if you prefer that, see http://marc.theaimsgroup.com/?l=openbsd-pf&m=106883416904625&w=2 for an example. Daniel