From owner-freebsd-multimedia Mon Oct 28 14:58:19 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10716 for multimedia-outgoing; Mon, 28 Oct 1996 14:58:19 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA10704 for ; Mon, 28 Oct 1996 14:58:14 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <19642(2)>; Mon, 28 Oct 1996 13:17:32 PST Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177480>; Mon, 28 Oct 1996 13:16:36 -0800 X-Mailer: exmh version 1.6.7 5/3/96 To: Archie Cobbs cc: hasty@rah.star-gate.com (Amancio Hasty), freebsd-multimedia@freebsd.org Subject: Re: multi-cast + proxy arp ? In-reply-to: Your message of "Mon, 28 Oct 1996 10:03:44 PST." <199610281803.KAA17336@bubba.whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 28 Oct 1996 13:16:29 PST From: Bill Fenner Message-Id: <96Oct28.131636pst.177480@crevenia.parc.xerox.com> Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199610281803.KAA17336@bubba.whistle.com>you write: >The problem is that the IP address of the client is proxy-arp'ed, and >mrouted doesn't consider the tunnel valid That's true. mrouted does not currently support this kind of configuration; it requires subnets to be contiguous. If you give the client<>server PPP link its own subnet it will work. Bill