From owner-freebsd-hackers Mon Feb 12 03:39:02 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA17315 for hackers-outgoing; Mon, 12 Feb 1996 03:39:02 -0800 (PST) Received: from hq.icb.chel.su (icb-rich-gw.icb.chel.su [193.125.10.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA17298 for ; Mon, 12 Feb 1996 03:38:27 -0800 (PST) Received: from localhost (babkin@localhost) by hq.icb.chel.su (8.6.5/8.6.5) id PAA24961; Mon, 12 Feb 1996 15:59:32 +0500 From: "Serge A. Babkin" Message-Id: <199602121059.PAA24961@hq.icb.chel.su> Subject: Re: multicast config confusion: can't get mrouted to work To: rminnich@Sarnoff.COM (Ron G. Minnich) Date: Mon, 12 Feb 1996 15:59:31 +0500 (GMT+0500) Cc: hackers@freebsd.org In-Reply-To: from "Ron G. Minnich" at Feb 9, 96 11:55:55 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@freebsd.org Precedence: bulk > > i'm lost. I can't get mrouted on freebsd to do anything except quit. > Release is freebsd 2.1R, options MROUTE is on in the kernel. > > Here's a sample ifconfig -a > lp0: flags=8810 mtu 1500 > ep0: flags=863 mtu 1500 > inet 130.33.10.216 netmask 0xfffff800 broadcast 130.33.15.255 > lo0: flags=8009 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > sl0: flags=c010 mtu 552 > tun0: flags=8010 mtu 1500 > > OK, i have two at least multicast capable interfaces. BUT, my ep0 is not > multicast capable. Is this because it can broadcast? there's no ifconfig > option to set multicast ... You need to take the 3c509 driver from -current. -SB