From owner-freebsd-stable@FreeBSD.ORG Wed May 16 20:02:53 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D28CA16A406 for ; Wed, 16 May 2007 20:02:53 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 2B74613C4BF for ; Wed, 16 May 2007 20:02:52 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so606446pyh for ; Wed, 16 May 2007 13:02:51 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n8aFDS+kiffdoQnZgYghp7PICJqgt3yKcf7vnkISEktZm/bX+yfrftbBmqTm1JujaUprP/raHXFnJnUp/S2vAqgfeW+3bkdfryEoiOkBN90RXPdTa5HGMRc8c8pVSCTF5ABS9ZEO1oM84cy81WRy6AHrC18KlNGXhYqwofo3BgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oU6h11m6RUoodMOQ2HDdbh6HJQ99nd9sBjjBVZdxRW2+uEd2nurmw0H1XTU2sLEbtIsCZrF06/m4KjradCGdHL2W164L8FT4APw/Ay0CgIgiwAF+N+95J7vc4sImoufzQuQjeENS8OvIZrApwSokfZOagtU3Jy0i6GfNnCGhgqU= Received: by 10.114.193.1 with SMTP id q1mr2468759waf.1179345770888; Wed, 16 May 2007 13:02:50 -0700 (PDT) Received: by 10.114.173.13 with HTTP; Wed, 16 May 2007 13:02:50 -0700 (PDT) Message-ID: Date: Wed, 16 May 2007 16:02:50 -0400 From: "Scott Ullrich" To: "Marko Lerota" In-Reply-To: <86odkk36rp.fsf@sparrow.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <86odkk36rp.fsf@sparrow.local> Cc: freebsd-stable@freebsd.org Subject: Re: question about CARP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2007 20:02:54 -0000 On 5/16/07, Marko Lerota wrote: > In handbook at: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/carp.html > is written that two machines should have different VHIDs. > > But man page of carp says VHIDs should be the same. > Which is wright configuration? From handbook or from man page? > > 6.2-RELEASE-p4 Each shared CARP IP should have the same VHID. The example in the handbook lists two CARP IP addresses. Scott