From owner-freebsd-multimedia Tue Mar 26 17:33:49 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26363 for multimedia-outgoing; Tue, 26 Mar 1996 17:33:49 -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 RAA26353 for ; Tue, 26 Mar 1996 17:33:47 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15513(6)>; Tue, 26 Mar 1996 17:29:57 PST Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177478>; Tue, 26 Mar 1996 17:29:47 -0800 X-Mailer: exmh version 1.6.4 10/10/95 To: Scanner SOD cc: freebsd-multimedia@freebsd.org Subject: Re: CISCO configuring for mbone In-reply-to: Your message of "Tue, 26 Mar 1996 11:23:20 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 26 Mar 1996 17:29:35 PST From: Bill Fenner Message-Id: <96Mar26.172947pst.177478@crevenia.parc.xerox.com> Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message you writ e: > >Is there anyone out there who can tell me how to get this cisco 2501 of >ours configured to broadcast the mbone to my xbox on the lan? >The xbox is xxx.xxx.70.43 >the router is xxx.xxx.70.1 >out tunnel from mci is 204.70.64.61 >It terminates at our router. Er, I had a brain-fart, let's try taht again. ip multicast-routing ip access-list 161 xxx.xxx.70.0 0.0.0.255 interface Tunnel0 tunnel source xx.xx.70.1 tunnel destination 204.70.64.61 tunnel mode dvmrp ip address 10.0.0.1 255.255.255.0 ip pim dense-mode ip dvmrp metric 1 list 161 I'm a little unsure about the "ip address" part; the documentation is pretty vague about whether it should be the same as "tunnel source" or not. Sigh. (A comment from someone at the Dallas IETF: "mrouted is *too* plug-n-play, when people then have to go configure Ciscos they have no idea what any of these little knobs do")... Bill