From owner-freebsd-pf@FreeBSD.ORG Fri Apr 11 14:17:20 2008 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 1A3E2106564A for ; Fri, 11 Apr 2008 14:17:20 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id BEC258FC2D for ; Fri, 11 Apr 2008 14:17:19 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so747823pyb.10 for ; Fri, 11 Apr 2008 07:17:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=4qJumbNZKxSMfX/FOS6O8Hup74PeOsL2xvgHwNJyGQ0=; b=fEITNUeQZ5/d11Wlkifxqb5iIXUv2SBHEzVYlkmV7di9tjlD3x1WD+xF4ajHox/0sJEW0hUS7blppkHpNQ7cDLMYbPO1D6ZyRKqCt2EKncKJaGv9iAH8vfOWimKEzy/xS97LJ5k6wWzYQjn6TC6ln/Yt3KWb5cpQOE8uoPVVJHk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=apswIpBF198QdgAKznsWdhA2ZbR5f7ORWSAUNBIBcTyP0h6dGik4vO/JVqUcmNuhCbYT/4f3gEPtDOqaYbFzU8ni8Y4f2bMg2eueyxMb8E9h/GIi3PJ3xclrfcsEd+2GEwJRarY84cleFXS2fEkTLKeueUehZKnAeIpgJmWvhIg= Received: by 10.64.179.11 with SMTP id b11mr5420626qbf.24.1207921680530; Fri, 11 Apr 2008 06:48:00 -0700 (PDT) Received: by 10.64.184.9 with HTTP; Fri, 11 Apr 2008 06:48:00 -0700 (PDT) Message-ID: <8e10486b0804110648q398a0835h1aa2278a5443f10a@mail.gmail.com> Date: Fri, 11 Apr 2008 10:48:00 -0300 From: "Alexandre Biancalana" To: "Alexander Vyrlanovich" In-Reply-To: <5DB9929A-C27D-482D-B4DF-BD55621E94BF@apple-park.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1207841575.1433.44.camel@kensho.c7.ca> <5DB9929A-C27D-482D-B4DF-BD55621E94BF@apple-park.kiev.ua> Cc: freebsd-pf@freebsd.org Subject: Re: 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, 11 Apr 2008 14:17:20 -0000 On 4/11/08, Alexander Vyrlanovich wrote: > I mean ifconfig carp0 carpdev iface > to attach carp pseudo-device to iface. > > The goals is to have physical iface and attached carp device > configured in different IP subnets like OpenBSD can do. > (for example if ISP assign /30 subnet to me, where only two IPs > can be located) This is not native. There is a patch the implement this feature. I use this on 2 setups and I've no problem at all. Look the archives.