From owner-freebsd-security@FreeBSD.ORG Tue Mar 17 19:15:34 2009 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95DA4106564A for ; Tue, 17 Mar 2009 19:15:34 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: from web52105.mail.re2.yahoo.com (web52105.mail.re2.yahoo.com [206.190.48.108]) by mx1.freebsd.org (Postfix) with SMTP id BFBD88FC13 for ; Tue, 17 Mar 2009 19:15:33 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: (qmail 5045 invoked by uid 60001); 17 Mar 2009 19:15:33 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1237317333; bh=zP4twluzHgTpx2pPOEQb2r13cIpMaxUtloJG0B3ueMo=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=wQO/g2i8LBHtaDfXEO/9m2DonGCBR0wBS2/XgBUG0cTc6NE/bqbbqgGq7x0EtlMuriOGDYbVzSJyu+u/eI9JClE/e/csbh3Sz86Gx9j8YBv5JjuF+ns9r8F9uWnHDGCCMX83qkFyiyS7ZWCkNHT3bUQ0c6yp/3Ec8cBLpF4buFo= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=ViZ+ALUA8bMNS51BkBDm/1RsZBD7Dcn9js491oKSnlxxr5bUFUqY8VL1apnps8N7ezi3mcAlK8gmSWGmPFEEAhtS6Vabwy0X/7LAIqOOyNs/Nx61QVLoNmmAdCiondsz1VZ+Bz2UQ79ZSs/wjRzsk2cB3Tzhv8jA+3upSPzLlho=; Message-ID: <25680.4880.qm@web52105.mail.re2.yahoo.com> X-YMail-OSG: 5lwLWmIVM1lPn8qb1vFMYWmOzYokLhsDFrA2TjXmEwd98kifTflvLvkwPlkfPmaHaQDILkca6.dwm.Uy_4Xnv7nkU8wGNIZuTa9yGNwGKYohpUnLrVyBzqjbQM6dhxpIrXRH05.kDZDOWyqdMuZqLBpcLv.tezMI_D7zy2XhsoqO5LjDVS7G98e.9hP1 Received: from [72.83.166.249] by web52105.mail.re2.yahoo.com via HTTP; Tue, 17 Mar 2009 12:15:32 PDT X-Mailer: YahooMailWebService/0.7.289.1 Date: Tue, 17 Mar 2009 12:15:32 -0700 (PDT) From: gahn To: freebsd security , freebsd general questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: ipfw and carp X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ipfreak@yahoo.com List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2009 19:15:35 -0000 Hi all: 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. I have the exact same configuration except ip addresses; those same rule sets of ipfw work on one server but not on another. Thanks all