From owner-freebsd-questions Wed Jan 10 7:30:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 21E3237B401 for ; Wed, 10 Jan 2001 07:30:36 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id RAA18368; Wed, 10 Jan 2001 17:37:18 +0100 Message-ID: <3A5C8064.E5425EBA@i-clue.de> Date: Wed, 10 Jan 2001 16:31:48 +0100 From: Christoph Sold Reply-To: christoph.sold@server.i-clue.de Organization: i-clue interactive X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Suyog.Vaidya@Vashimail.ltitl.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Regarding Multicast support References: <652569D0.004AA98E.00@Vashimail.ltitl.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Suyog.Vaidya@Vashimail.ltitl.com schrieb: > > Hello, > Is multicast support inbuilt for FreeBSD3.x and/or FreeBSD4.x and if so, does it > have to be enabled by any means? > Any advice on this please? > > When I do a netstat -g on our FreeBSD3.x machine, it says multicasting not > supported. so@miraculix:~$ cd /usr/src/sys/i386/conf/ so@miraculix:conf$ grep multicast GENERIC LINT LINT:# MROUTING enables the kernel multicast packet forwarder, which works It seems FreeBSD supports multicasting, but it is not supported with the GENERIC kernel. To enable it, you have to build a custom kernel. See the FreeBSD handbook about that. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message