From owner-freebsd-pf@FreeBSD.ORG Wed Jul 18 13:47:02 2007 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F13C16A40E for ; Wed, 18 Jul 2007 13:47:02 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.freebsd.org (Postfix) with ESMTP id 3A21613C4A5 for ; Wed, 18 Jul 2007 13:47:01 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so167268wxd for ; Wed, 18 Jul 2007 06:47:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=nurNq2MFw79TBGYv5bHzYu1BoepoH2a0e8wytg3pRMF27q2WbfxfuCerPDhJ9zMTHjCOHaL57ie033UV+FN7CuHZ1Z59/7Znv0kPXLq6vhhWTiVsDSmCLC7kA9xZb/jrR+YWmLT+aCnzTdgEaV9YAxPC03nfClX6fcwjn83+ulw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Y2ukJhjouEXd2+Y07CLebnGnPYK006e4m8fQXOfieRXvupY+yyA7NRiW7cGCOMaetsTpZoIwaWcn/Lb/4luoVyFmqgj+zmVAVvA/BMotrDbn6YbXNwD+kAP+Y1OYSnzPreu4vIiLHbolKzPWBNU7gT8xOI0qK15km3z++pgyyOU= Received: by 10.70.59.20 with SMTP id h20mr2630403wxa.1184764874231; Wed, 18 Jul 2007 06:21:14 -0700 (PDT) Received: by 10.70.63.4 with HTTP; Wed, 18 Jul 2007 06:21:14 -0700 (PDT) Message-ID: <8e10486b0707180621q6a38d018u206ce9ee4fbbe10c@mail.gmail.com> Date: Wed, 18 Jul 2007 10:21:14 -0300 From: "Alexandre Biancalana" To: freebsd-pf@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Single IP failover without carpdev 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: Wed, 18 Jul 2007 13:47:02 -0000 Hi list, I'm using 6-STABLE and need to do failover between 2 firewall machines, but my Internet connection have just one valid ip address. Carp documentation describes that carp interface is associated with physical interfaces via ip address configuration. How can I associate carp interface with physical interface without carpdev ? Exists some patch that port this funcionality from OpenBSD to 6-STABLE ? When it will be available ? Thanks for any hints Alexandre