From owner-freebsd-hackers Sat Feb 10 12:20:35 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA08623 for hackers-outgoing; Sat, 10 Feb 1996 12:20:35 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA08618 for ; Sat, 10 Feb 1996 12:20:33 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15874(15)>; Sat, 10 Feb 1996 12:19:50 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177478>; Sat, 10 Feb 1996 12:19:41 -0800 To: "Ron G. Minnich" cc: hackers@freebsd.org Subject: Re: multicast config confusion: can't get mrouted to work In-reply-to: Your message of "Fri, 09 Feb 96 08:55:55 PST." Date: Sat, 10 Feb 1996 12:19:33 PST From: Bill Fenner Message-Id: <96Feb10.121941pst.177478@crevenia.parc.xerox.com> Sender: owner-hackers@freebsd.org Precedence: bulk In message you write: >[mrouted says "can't forward; no enabled vifs"] > >Here's a sample ifconfig -a >lp0: flags=8810 mtu 1500 lp0 is multicast-capable but is down. >ep0: flags=863 mtu 1500 > inet 130.33.10.216 netmask 0xfffff800 broadcast 130.33.15.255 ep0 is not multicast-capable; this driver has been kind of in limbo for a while and several different sets of multicast patches have been floating around. If you are running -current, one version of the patches got committed on January 29th, but there have been enough other changes that you can't just grab the if_ep.c out of -current. You could *try* applying just these patches to your sources; check out http://www.freebsd.org/cgi-bin/cvsweb/src/sys/i386/isa/if_ep.c?r1=1.38?r2=1.39 for the diffs that got put into -current. >lo0: flags=8009 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 lo0 is loopback so gets ignored. >sl0: flags=c010 mtu 552 sl0 is multicast-capable but is down. >tun0: flags=8010 mtu 1500 tun0 is multicast-capable but is down. I don't see any enabled vifs either. What is it that you *want* to do with mrouted? Even after you get the multicast-capable ep0, you will still only have a single enabled vif. Bill