From owner-freebsd-net@FreeBSD.ORG Thu Jun 2 22:37:22 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2194106566C for ; Thu, 2 Jun 2011 22:37:22 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id AA7918FC13 for ; Thu, 2 Jun 2011 22:37:20 +0000 (UTC) Received: from baby-jane.lamaiziere.net (6.176.97.84.rev.sfr.net [84.97.176.6]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 3360F63307C; Fri, 3 Jun 2011 00:37:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id EB2897307B; Fri, 3 Jun 2011 00:37:19 +0200 (CEST) Date: Fri, 3 Jun 2011 00:37:19 +0200 From: Patrick Lamaiziere To: John Message-ID: <20110603003719.61292e9e@davenulle.org> In-Reply-To: <20110602203940.GA80549@slowblink.com> References: <20110602203940.GA80549@slowblink.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-net@freebsd.org Subject: Re: Production use of carp? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 22:37:23 -0000 Le Thu, 2 Jun 2011 16:39:40 -0400, John a écrit : > Instead of running carp on the external interfaces as below: > > ifconfig_cxgb0="inet 10.24.99.11 netmask 255.255.0.0" # System 1 > physical ip ifconfig_cxgb0="inet 10.24.99.12 netmask 255.255.0.0" # > System 2 physcial ip ifconfig_carp1="vhid 1 pass zfscarp1 advbase 1 > advskew 100 10.24.99.13 netmask 255.255.0.0" # HA ip used by clients > ... we instead connect a direct cross-over cable between the two > systems providing HA/Failover and use a private (backside) network: I've missed this... As the purpose of carp is to provide a shared ip on a network, I don't see why you are trying to use it on a cross-over network, between only two machines? It seems useless to me. Regards.