From owner-freebsd-current@FreeBSD.ORG Fri Jun 15 22:06:15 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7A9316A400 for ; Fri, 15 Jun 2007 22:06:15 +0000 (UTC) (envelope-from john_m_cooper@yahoo.com) Received: from smtp108.biz.mail.re2.yahoo.com (smtp108.biz.mail.re2.yahoo.com [206.190.52.47]) by mx1.freebsd.org (Postfix) with SMTP id 6F2AB13C44B for ; Fri, 15 Jun 2007 22:06:15 +0000 (UTC) (envelope-from john_m_cooper@yahoo.com) Received: (qmail 73942 invoked from network); 15 Jun 2007 22:06:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=0YgPku74u1HHbiqgWDrRRDCTb24UNU2SOhby3+bHozFMD4M28sS0Z7YmzLdhqmoSuYO93iE7BxLg9Vfw+kqq2/pyQRde1Kw2KePbL7jRGic7t7wEWoGVYBYfQB2tN9chp8fbL7m5KJPVK67NjTbjA6mrBgQuHrVh4kAarpfoCog= ; Received: from unknown (HELO borgdemon2.hsd1.md.comcast.net) (j.m.cooper@borgsdemons.com@69.251.16.205 with login) by smtp108.biz.mail.re2.yahoo.com with SMTP; 15 Jun 2007 22:06:14 -0000 X-YMail-OSG: 4IH5unMVM1kQfxWZWz3Yevy9.jSH31zhFG.SVausvhVVWPa394z4MQVcdk3_qUvefpPMeqVPC_Q8OGHbyPHmsfoy1kjmVpG_MhqxKEwTjiBtnxZiE9HRpV3eR3wQ6KK3UBuSceRbBLdifUKQKkxIrdvZcMVOylYW8pU- Received: from [127.0.0.1] (localhost [127.0.0.1]) by borgdemon2.hsd1.md.comcast.net (Postfix) with ESMTP id 92991604D; Fri, 15 Jun 2007 18:06:13 -0400 (EDT) Message-ID: <46730D54.4060207@yahoo.com> Date: Fri, 15 Jun 2007 18:06:12 -0400 From: John Merryweather Cooper User-Agent: Thunderbird 2.0b1pre (X11/20070521) MIME-Version: 1.0 To: Poul-Henning Kamp References: <1494.1181943860@critter.freebsd.dk> In-Reply-To: <1494.1181943860@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: multicast not happy ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2007 22:06:15 -0000 Poul-Henning Kamp wrote: > In message <46730545.8050005@yahoo.com>, John Merryweather Cooper writes: > >>> Any ideas ? >> # /sbin/route add -static -net 224.0.0.0 -netmask 240.0.0.0 -iface sis[1|2] >> >> I had to do this so my OpenSlp would work. > > I just got to about the same conclusion, only I used: > > route add -net 224.0.0.0/4 127.0.0.1 > > I'd say this is a bug... > I got the idea from a web page with the instructions for setting up OpenSlp on Linux. I note that mDNS seems to need this too. To me, it makes sense because you need an interface to actually receive/send multicast on--and that's what 224.0.0.0/4 is for. jmc