From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 02:34:42 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50CE516A4CE for ; Wed, 19 Jan 2005 02:34:42 +0000 (GMT) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.5.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01EF643D49 for ; Wed, 19 Jan 2005 02:34:42 +0000 (GMT) (envelope-from gracelin@optonline.net) Received: from hyas1 (ool-18bbfc19.dyn.optonline.net [24.187.252.25]) by mta3.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with SMTP id <0IAJ00DP7LTTCK@mta3.srv.hcvlny.cv.net> for questions@freebsd.org; Tue, 18 Jan 2005 21:34:41 -0500 (EST) Date: Tue, 18 Jan 2005 18:34:29 -0800 From: Grace Lin To: questions@freebsd.org Message-id: <004901c4fdcf$66802bf0$6401a8c0@hyas1> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-Priority: 3 X-MSMail-priority: Normal Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: enable multicast router X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 02:34:42 -0000 Hi, I were running FBSD4.5 and try to enable multicast router but couldn't make it. Can any body help? Thanks, Grace Lin =========================================================== what I did: 1) went into /usr/src/sys/modules/ip_mroute_mod compiled and make ip_mroute module. I added ip_id.c on SRC and change "CFLAGS += -DMROUTE_LKM -DMOUTE" to "CFLAGS += DMROUTE_KLD" from Makefile due to "-DMROUTE_LKM" need lkm.h file but coudn't find it in sys directory. 2) after sucessful created, installed and loaded ip_mroute into kernel I ran mrouted as: #mrouted mrouted: 22:21:38.072 can't enable Multicast routing in kernel: Operation not supported 3) ran netstsat # netstat -g Virtual Interface Table is empty Multicast Routing Table is empty IPv6 Multicast Interface Table is empty IPv6 Multicast Routing Table is empty