From owner-freebsd-net@FreeBSD.ORG Wed May 19 09:23:33 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 067E216A4CE; Wed, 19 May 2004 09:23:33 -0700 (PDT) Received: from grosbein.pp.ru (grgw.svzserv.kemerovo.su [213.184.64.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A9043D1D; Wed, 19 May 2004 09:23:32 -0700 (PDT) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (eugen@localhost [127.0.0.1]) by grosbein.pp.ru (8.12.11/8.12.11) with ESMTP id i4JGNLKe001589; Thu, 20 May 2004 00:23:21 +0800 (KRAST) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.12.11/8.12.11/Submit) id i4JGNLZ0001588; Thu, 20 May 2004 00:23:21 +0800 (KRAST) (envelope-from eugen) Date: Thu, 20 May 2004 00:23:21 +0800 From: Eugene Grosbein To: Ruslan Ermilov Message-ID: <20040519162320.GA1545@grosbein.pp.ru> References: <40A9CF72.85E2EC9D@kuzbass.ru> <20040518105134.GC70919@ip.net.ua> <20040518140857.GC20471@grosbein.pp.ru> <20040518151506.GC72684@ip.net.ua> <40AB35DE.DF743CCB@kuzbass.ru> <20040519105646.GB25177@ip.net.ua> <20040519125138.GA58630@svzserv.kemerovo.su> <20040519161257.GA26262@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040519161257.GA26262@ip.net.ua> User-Agent: Mutt/1.4.1i cc: net@freebsd.org Subject: Re: multicast arp entry X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 16:23:33 -0000 On Wed, May 19, 2004 at 07:12:58PM +0300, Ruslan Ermilov wrote: > > > Care to share the experience of how you were able to send multicasts > > > out several interfaces without tmulticast forwarding using mrouted(8) > > > or its equivalent? > > 1. Get FreeBSD 4.9-STABLE :-) > > 2. Install quagga from _fresh_ port collection (0.96.4 does NOT work) > > 3. run zebra and ripd, configure as usual. > They apparently do the thing equivalent to mrouted(8), and that's > not what I've understood from your email. Thanks anyway. ;) So, why divert breaks outgoing multicasts? Or, perhaps, a daemon should take measures to not break this? Eugene