From owner-freebsd-net Thu Jul 12 7:24: 9 2001 Delivered-To: freebsd-net@freebsd.org Received: from web.cs.ndsu.NoDak.edu (web.cs.ndsu.NoDak.edu [134.129.125.7]) by hub.freebsd.org (Postfix) with ESMTP id 8BACB37B401 for ; Thu, 12 Jul 2001 07:24:06 -0700 (PDT) (envelope-from tinguely@web.cs.ndsu.NoDak.edu) Received: (from tinguely@localhost) by web.cs.ndsu.NoDak.edu (8.11.1/8.11.1) id f6CEO1040030; Thu, 12 Jul 2001 09:24:01 -0500 (CDT) (envelope-from tinguely) Date: Thu, 12 Jul 2001 09:24:01 -0500 (CDT) From: mark tinguely Message-Id: <200107121424.f6CEO1040030@web.cs.ndsu.NoDak.edu> To: dcs@newsguy.com, net@FreeBSD.ORG Subject: Re: Multicasting and routes In-Reply-To: <3B4D1432.78232E88@newsguy.com> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > It seems there is a problem in our IP stack with regards to > multicasting. The symptoms is the inability to send multicast packets on > correctly configured sockets in the absence of a default (or, > erroneously, multicast address being used) route. I don't know if I am reading your question correctly, but have you tried adding a multicast route? In /etc/rc.conf: static_routes="multicast loopback" route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}" this allows only one interface to send the multicast packets, and requires a multicast router to place the packets on the other interfaces. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message