From owner-freebsd-pf@FreeBSD.ORG Fri Jul 20 02:50:02 2007 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FDFC16A420 for ; Fri, 20 Jul 2007 02:50: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 ECA5013C458 for ; Fri, 20 Jul 2007 02:50:01 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so613378wxd for ; Thu, 19 Jul 2007 19:50: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:in-reply-to:mime-version:content-type:references; b=dmtqOxR2NaeJNp8P8Gp0GQGGKKxU/lCnXk3aaPbwEBZYgWlV/Uas8+q1DUqQzV65j0ND2Im4+RTf04tMPfm2l78Lg+uNbiDJYTBtoPREqS6SCI+hipJ67C/nD5cTBxYFSVsBr5rKbDpQrEO9r5X+kUxXqNV2yt09LyWYVgOeun4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=B8FpFrhtxb0LyWMCqgXoBD5ToB2d2Mmj2bzTF10Do46wlZPeeqoiCttf0crituUXAjqE+IkZIKw9OWqp0hN3FAWpqTfW44xSUzrWisfX50c97ZuEF+ywLNCrKAJAsWveufaOBYSGomERv6blzrYLxVNG+dO9Zz7X6dpRO7PVcX0= Received: by 10.70.15.15 with SMTP id 15mr5389926wxo.1184899800875; Thu, 19 Jul 2007 19:50:00 -0700 (PDT) Received: by 10.70.66.10 with HTTP; Thu, 19 Jul 2007 19:50:00 -0700 (PDT) Message-ID: <8e10486b0707191950s2ffd4e89q7484181acba745be@mail.gmail.com> Date: Thu, 19 Jul 2007 23:50:00 -0300 From: "Alexandre Biancalana" To: freebsd-pf@freebsd.org In-Reply-To: <867iow7rwk.fsf@zid.claresco.hr> MIME-Version: 1.0 References: <8e10486b0707180621q6a38d018u206ce9ee4fbbe10c@mail.gmail.com> <867iow7rwk.fsf@zid.claresco.hr> 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: Re: 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: Fri, 20 Jul 2007 02:50:02 -0000 On 7/19/07, Marko Lerota wrote: > > > And?, this is the most usual config in almost any network :) > You can easily implement CARP on this. Right ! I think it too... let's the me show one example to clarify my doubt. External IP: 192.168.1.2 netmask 255.255.255.252 Default Router: 192.168.1.1 How can I associate carp interface with physical interface without ifconfig carpdev option and without have more ips available in the same network of carp interface ?