From owner-freebsd-questions@FreeBSD.ORG Thu Apr 7 13:30:31 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53C5816A4CE for ; Thu, 7 Apr 2005 13:30:31 +0000 (GMT) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D0543D1F for ; Thu, 7 Apr 2005 13:30:31 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 15484 invoked from network); 7 Apr 2005 13:30:30 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Apr 2005 13:30:30 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 22A3A52; Thu, 7 Apr 2005 09:30:30 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Martin Petraschek References: From: Lowell Gilbert Date: 07 Apr 2005 09:30:29 -0400 In-Reply-To: Message-ID: <44wtren28a.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: IPv6 ICMP multicast response X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 13:30:31 -0000 "Martin Petraschek" writes: > By default, FreeBSD does not reply to ICMP multicast echo requests. For IPv4 this behaviour > can be changed with > > sysctl net.inet.icmp.bmcastecho=0|1 > > Is there a similar control for IPv6? No. That would violate RFC 2463, section 2.4(e.2). As well as being a bad idea. If you need it for some custom application that won't be connected to the Internet, you can hack the source.