From owner-freebsd-questions@FreeBSD.ORG Fri Aug 26 16:05:18 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6BF21065670 for ; Fri, 26 Aug 2011 16:05:18 +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 785AD8FC14 for ; Fri, 26 Aug 2011 16:05:18 +0000 (UTC) Received: from mr12941.univ-rennes1.fr (mr129041.cri.univ-rennes1.fr [129.20.129.41]) by smtp.lamaiziere.net (Postfix) with ESMTPA id A3911FAA2DD3; Fri, 26 Aug 2011 18:05:17 +0200 (CEST) Received: from mr12941 (localhost.localdomain [127.0.0.1]) by mr12941.univ-rennes1.fr (Postfix) with ESMTP id 68BA67A000B; Fri, 26 Aug 2011 18:05:17 +0200 (CEST) Date: Fri, 26 Aug 2011 18:05:17 +0200 From: Patrick Lamaiziere To: freebsd-questions@freebsd.org Message-ID: <20110826180517.4e4e585f@mr12941> In-Reply-To: <6C3F8332272B7D4DA26909F15F1C90E1E5AC4C@SRV01.double-l.local> References: <6C3F8332272B7D4DA26909F15F1C90E1E5AC4C@SRV01.double-l.local> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.24.4; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Johan Hendriks Subject: Re: CARP on 9.0 (was no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2011 16:05:18 -0000 Le Fri, 26 Aug 2011 15:26:28 +0000, Johan Hendriks a écrit : > I am trying to set up CARP under 9.0 ... > Also with a higer value like advskew 200 or 254 the role of the > servers stays the same. Ok, there is something wrong so. Did you check that the sysctl net.inet.carp.suppress_preempt is equal to zero ? If yes, I don't have any more idea. Regards.