From owner-freebsd-net@FreeBSD.ORG Sun Apr 5 17:27:25 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F2C41065691 for ; Sun, 5 Apr 2009 17:27:25 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id D86F58FC0A for ; Sun, 5 Apr 2009 17:27:24 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 19135311DBC; Sun, 5 Apr 2009 13:27:24 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Sun, 05 Apr 2009 13:27:24 -0400 X-Sasl-enc: 2IloMwDbXowInNaEkcNP5WFSi17ro/YyVDin5YuvzBKy 1238952443 Received: from anglepoise.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id EDE222DED8; Sun, 5 Apr 2009 13:27:22 -0400 (EDT) Message-ID: <49D8E9F8.7090800@incunabulum.net> Date: Sun, 05 Apr 2009 18:27:20 +0100 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.21 (X11/20090321) MIME-Version: 1.0 To: Upakul Barkakaty References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: Multicast routing X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2009 17:27:25 -0000 Upakul Barkakaty wrote: > Hi all, > > I was trying to setup a multicast tunneling setup with freebsd, with the > mrouted utility. However, my multicast router doesnt seem to be forwarding > those multicast packets. > > It would really be helpful if someone could help me with the setup or the > mrouted.conf file contents. > > Thanks in anticipation. > > Please try the mcast-tools port to confirm that multicast forwarding works. There are tools in that port which will allow you to run basic UDP stream tests as well as installing static entries in the forwarding cache. The most likely culprit is a network interface which does not support ALLMULTI. Also, DVMRP has been dead for years, avoid mrouted -- try a PIM implementation e.g. XORP or pimsd. thanks BMS