From owner-freebsd-questions Mon Jun 24 5:37:26 2002 Delivered-To: freebsd-questions@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 3FA4737B406; Mon, 24 Jun 2002 05:37:21 -0700 (PDT) Received: (from tinguely@localhost) by web.cs.ndsu.nodak.edu (8.11.4/8.11.4) id g5OCbJW11488; Mon, 24 Jun 2002 07:37:19 -0500 (CDT) (envelope-from tinguely) Date: Mon, 24 Jun 2002 07:37:19 -0500 (CDT) From: mark tinguely Message-Id: <200206241237.g5OCbJW11488@web.cs.ndsu.nodak.edu> To: ewancarr@yahoo.com, freebsd-questions@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: vic/sdr - help ! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I'm trying to run vic (video conferning) > and sdr on FreeBSD (V4.4, IPv4) in a LAN. > > When starting up I get the message > "setsockopt- IP_ADD_MEMBERSHIP > bus send: No route to host" > cant assign requested address" > > Anyone able to help ?? which ethernet adapter are you using? (some cheap ethernet cards don't support multicast very well). you can also set a "default multicast route": route add 224.0.0.0 -netmask 0xf0000000 -interface ${hostname} but should not be needed if you have only one ethernet card. mrouted is only needed if you have multiple ethernet cards, or you are creating a DVMRP tunnel through a router to another network. I suspect the problem is in the ethernet driver not supporting multicast correctly. --mark tinguely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message