From owner-freebsd-stable@FreeBSD.ORG Sat Dec 13 18:01:25 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE6C31065675 for ; Sat, 13 Dec 2008 18:01:25 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id C2A178FC25 for ; Sat, 13 Dec 2008 18:01:25 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 71FC81E6226; Sat, 13 Dec 2008 13:01:25 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Sat, 13 Dec 2008 13:01:25 -0500 X-Sasl-enc: AqhsXIsAzco9sHVAsSddrdtPyrVrYggsOIgn6MVjpnRo 1229191285 Received: from anglepoise.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 9C6AA1EAF8; Sat, 13 Dec 2008 13:01:24 -0500 (EST) Message-ID: <4943F872.9080009@incunabulum.net> Date: Sat, 13 Dec 2008 18:01:22 +0000 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.18 (X11/20081204) MIME-Version: 1.0 To: Goran Lowkrantz References: <20081209114723.GE33723@cdnetworks.co.kr> <80D07D8C17DAC73D69DCDC9A@[172.16.2.124]> <20081210071932.GD37837@cdnetworks.co.kr> <47381931A80CB93CADD10DC7@[172.16.2.128]> In-Reply-To: <47381931A80CB93CADD10DC7@[172.16.2.128]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: pyunyh@gmail.com, stable@freebsd.org Subject: Re: Regression in vr - not receiveing multicast X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2008 18:01:26 -0000 Goran Lowkrantz wrote: >> >> Can you see ALLMULTI flag from the output of "ifconfig vr0"? >> > No -> > # ifconfig vr0 > vr0: flags=8943 metric > 0 mtu 1500 > options=284b > ether 00:00:24:c8:e0:9c > inet xxx.xxx.xxx.xxx netmask 0xfffffff8 broadcast xxx.xxx.xxx.yyy > media: Ethernet autoselect (100baseTX ) > status: active Only a client of the MROUTING socket-level API (e.g. mrouted, XORP, pimdd, pimsd) is able to cause the kernel to enable ALLMULTI on an interface by itself. You will need to get a multicast routing daemon of some kind running to test this. mrouted is OK for testing very simple configurations, although it has been de-orbitted as far as the 'Net itself is concerned. thanks BMS