From owner-freebsd-net@FreeBSD.ORG Thu Mar 15 20:07:35 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B81116A522 for ; Thu, 15 Mar 2007 20:07:35 +0000 (UTC) (envelope-from ml.diespammer@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 282CB13C4B0 for ; Thu, 15 Mar 2007 20:07:34 +0000 (UTC) (envelope-from ml.diespammer@netfence.it) Received: from soth.ventu ([151.77.253.161]) (authenticated bits=128) by parrot.aev.net (8.14.0/8.13.8) with ESMTP id l2FKEL6F088664 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 15 Mar 2007 21:14:27 +0100 (CET) (envelope-from ml.diespammer@netfence.it) Received: from [10.1.2.18] (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.0/8.13.8) with ESMTP id l2FK7LkA066558; Thu, 15 Mar 2007 21:07:21 +0100 (CET) (envelope-from ml.diespammer@netfence.it) Message-ID: <45F9A777.9090905@netfence.it> Date: Thu, 15 Mar 2007 21:07:19 +0100 From: Andrea Venturoli User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: Stefan Lambrev References: <45F97BE2.4010605@netfence.it> <45F9944D.6070707@sun-fish.com> In-Reply-To: <45F9944D.6070707@sun-fish.com> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.61 on 212.31.247.179 Cc: freebsd-net@freebsd.org Subject: Re: CARP Question X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-net@freebsd.org List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2007 20:07:35 -0000 Stefan Lambrev wrote: > man carp: > > net.inet.carp.preempt Allow virtual hosts to preempt each other. It > is also used to failover carp interfaces as a > group. When the option is enabled and one of > the carp enabled physical interfaces goes > down, > advskew is changed to 240 on all carp inter- > faces. See also the first example. Disabled > by default. Yes, I had read that. Since this two boxes are, amidst other things, acting as routers, I do want the interface pair to go into master state all at once. However I had understood that, once the other box comes up again, the two interfaces which had switched should go back to backup state and be masters on the alive-again host. In other words, after one server solved its troubles, I should have the initial status again. How can I accomplish this? BTW, I used to have this working on 4.x using the now discontinued freevrrpd port. I can't believe this is not possible anymore now. bye & Thanks av.