From owner-freebsd-stable@FreeBSD.ORG Fri Oct 13 07:59:54 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B01E16A417 for ; Fri, 13 Oct 2006 07:59:54 +0000 (UTC) (envelope-from ari@suutari.iki.fi) Received: from espresso2.syncrontech.com (sync-old.syncrontech.com [213.28.98.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id E01E943D5D for ; Fri, 13 Oct 2006 07:59:49 +0000 (GMT) (envelope-from ari@suutari.iki.fi) Received: from guinness.syncrontech.com (guinness.syncrontech.com [62.71.8.57]) by espresso2.syncrontech.com (8.13.1/8.13.1) with ESMTP id k9D7xlju048849; Fri, 13 Oct 2006 10:59:47 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Received: from [127.0.0.1] (coffee.syncrontech.com [192.168.5.102]) by guinness.syncrontech.com (8.13.4/8.13.4) with ESMTP id k9D7xfX9006336; Fri, 13 Oct 2006 10:59:47 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Message-ID: <452F4766.9020704@suutari.iki.fi> Date: Fri, 13 Oct 2006 10:59:34 +0300 From: Ari Suutari User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Eugene Grosbein References: <452E2151.80500@suutari.iki.fi> <452E27B4.2030709@tomjudge.com> <452E2AA0.4080702@suutari.iki.fi> <20061013073457.GA70710@svzserv.kemerovo.su> In-Reply-To: <20061013073457.GA70710@svzserv.kemerovo.su> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Tom Judge , freebsd-stable@freebsd.org Subject: Re: carp0 interface goes down on 6.2-PRERELEASE 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: Fri, 13 Oct 2006 07:59:54 -0000 Eugene Grosbein wrote: > On Thu, Oct 12, 2006 at 02:44:32PM +0300, Ari Suutari wrote: > >>> I have seen similar problems when the carp multicast (224.0.0.18) >>> traffic was not allowed to be transmitted to the network due to a >>> firewall configuration problem. >> Firewall wasn't enabled at this point, I wanted to keep things >> as simple as possible during testing. >> I have now tested with real hardware (ethernet is fxp0) and >> under VmWare (ethernet is lnc0). Same problem on both. > > Make sure you are NOT using ipfw divert for outgoint multicast. > These two beasts (divert and multicast) are not friendly in between > for FreeBSD. Ipfw is not even loaded. I suspect that this has something to do with sensing of media state, since if I up the carp0 interface manually and disconnect the lan cable carp0 goes down. Ari S.