From owner-freebsd-net@FreeBSD.ORG Thu Aug 24 22:10:52 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A0C616A4DF for ; Thu, 24 Aug 2006 22:10:52 +0000 (UTC) (envelope-from fli+freebsd-net@shapeshifter.se) Received: from mx1.h3q.net (manticore.shapeshifter.se [212.37.5.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9600343D46 for ; Thu, 24 Aug 2006 22:10:51 +0000 (GMT) (envelope-from fli+freebsd-net@shapeshifter.se) Received: from localhost (localhost [127.0.0.1]) by mx1.h3q.net (Postfix) with ESMTP id B525F1A7B4; Fri, 25 Aug 2006 00:10:50 +0200 (CEST) Received: from mx1.h3q.net ([127.0.0.1]) by localhost (mx1.h3q.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 35153-10; Fri, 25 Aug 2006 00:10:49 +0200 (CEST) Received: from [192.168.1.100] (217-208-33-252-o926.tbon.telia.com [217.208.33.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.h3q.net (Postfix) with ESMTP id 18C641A7A9; Fri, 25 Aug 2006 00:10:49 +0200 (CEST) Message-ID: <44EE23E7.2010800@shapeshifter.se> Date: Fri, 25 Aug 2006 00:10:47 +0200 From: Fredrik Lindberg User-Agent: Thunderbird 1.5.0.4 (X11/20060727) MIME-Version: 1.0 To: Chuck Swiger References: <44EE1E48.6000006@shapeshifter.se> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at h3q.net Cc: freebsd-net@freebsd.org Subject: Re: Zeroconfig and Multicast DNS X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 22:10:52 -0000 Chuck Swiger wrote: > On Aug 24, 2006, at 2:46 PM, Fredrik Lindberg wrote: >>>> The nsswitch.conf should IHMO be :files dns mdns, >>>> and the mdns nss module should ship with a default to only allow >>>> queries to >>>> .local >>>> .168.254.in-addr.arpa >>> I think you meant .254.168.in-addr.arpa here. >> >> Actually .254.169.in-addr.arpa :) > > Queries to 254.169.in-addr.arpa MUST return NXDOMAIN (or RCODE 3, to > choose a non-BIND specific term). We're talking about mDNS here, not DNS. I would argue that because mDNS is link-local it makes perfect sense to be able to resolve 254.169.in-addr.arpa using mDNS. Fredrik Lindberg