From owner-freebsd-questions@FreeBSD.ORG Wed Mar 18 08:21:25 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA786106564A for ; Wed, 18 Mar 2009 08:21:25 +0000 (UTC) (envelope-from nvass9573@gmx.com) Received: from mail.gmx.com (unknown [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id E91748FC18 for ; Wed, 18 Mar 2009 08:21:24 +0000 (UTC) (envelope-from nvass9573@gmx.com) Received: (qmail invoked by alias); 18 Mar 2009 08:21:23 -0000 Received: from adsl58-81.ath.forthnet.gr (EHLO [192.168.1.5]) [77.49.89.81] by mail.gmx.com (mp-eu003) with SMTP; 18 Mar 2009 09:21:23 +0100 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX189Rfw6/hg9Qek5HOMTdtx+yPtuMc/lFn9xRVfDuZ 7m3onEdDXvls6h Message-ID: <49C0AEF8.804@gmx.com> Date: Wed, 18 Mar 2009 10:21:12 +0200 From: Nikos Vassiliadis User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: ipfreak@yahoo.com References: <25680.4880.qm@web52105.mail.re2.yahoo.com> In-Reply-To: <25680.4880.qm@web52105.mail.re2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.75 Cc: freebsd general questions Subject: Re: ipfw and carp 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: Wed, 18 Mar 2009 08:21:26 -0000 gahn wrote: > Did any one use ipfw with CARP before? is there anything specific > about ipfw configurations working with CARP? I have two servers and > they configured with CARP. they are working fine except i can't turn > on ipfw. Did you add the rules needed to let CARP traffic in and out of the boxes? ipfw denies everything by default. So, you have to explicitly let CARP traffic through. Something like "allow carp from any to any" would do for a quick test. Nikos