Re: [mdnsext] mDNSext features/requirements rollup

"Dan Harkins" <dharkins@lounge.org> Tue, 29 January 2013 17:23 UTC

Return-Path: <dharkins@lounge.org>
X-Original-To: mdnsext@ietfa.amsl.com
Delivered-To: mdnsext@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AA44821F89DA for <mdnsext@ietfa.amsl.com>; Tue, 29 Jan 2013 09:23:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.265
X-Spam-Level:
X-Spam-Status: No, score=-6.265 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, IP_NOT_FRIENDLY=0.334, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pkbFWBUJpJ3p for <mdnsext@ietfa.amsl.com>; Tue, 29 Jan 2013 09:23:58 -0800 (PST)
Received: from colo.trepanning.net (colo.trepanning.net [69.55.226.174]) by ietfa.amsl.com (Postfix) with ESMTP id 3737221F8971 for <mdnsext@ietf.org>; Tue, 29 Jan 2013 09:23:58 -0800 (PST)
Received: from www.trepanning.net (localhost [127.0.0.1]) by colo.trepanning.net (Postfix) with ESMTP id CFC1B1022404A; Tue, 29 Jan 2013 09:23:57 -0800 (PST)
Received: from 69.12.173.8 (SquirrelMail authenticated user dharkins@lounge.org) by www.trepanning.net with HTTP; Tue, 29 Jan 2013 09:23:57 -0800 (PST)
Message-ID: <42a7482a134ff72473fef261cd53c48d.squirrel@www.trepanning.net>
In-Reply-To: <510720CA.7060906@umn.edu>
References: <01E33CD1-89B4-4088-B2BC-F01E34DF6F57@gmail.com> <20130128173400.GP13806@mx1.yitter.info> <510720CA.7060906@umn.edu>
Date: Tue, 29 Jan 2013 09:23:57 -0800
From: Dan Harkins <dharkins@lounge.org>
To: David Farmer <farmer@umn.edu>
User-Agent: SquirrelMail/1.4.14 [SVN]
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
Cc: mdnsext@ietf.org, Andrew Sullivan <ajs@anvilwalrusden.com>
Subject: Re: [mdnsext] mDNSext features/requirements rollup
X-BeenThere: mdnsext@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "Discussion of extensions to Bonjour \(mDNS and DNS-SD\) for routed networks." <mdnsext.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mdnsext>, <mailto:mdnsext-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mdnsext>
List-Post: <mailto:mdnsext@ietf.org>
List-Help: <mailto:mdnsext-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mdnsext>, <mailto:mdnsext-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2013 17:23:59 -0000

  Hello,

On Mon, January 28, 2013 5:07 pm, David Farmer wrote:
>
> So you hear a bunch of us pushing to solve this with network hacks, or
> mDNS hacks.  Not because we think it is really the right way, but
> because the network is what we can effect, its the levers we can
> control.  The applications and wiz-bang-thing devices are out of our
> control and, right or wrong, we have had exceptions placed on us to make
> them work on our networks.
>
> So, while it may not be the right thing, I need a way to make normal
> mDNS and Link-Local DNS Services Discovery work on my network.  Which
> consists of multiple segments and the services the users want may or may
> not exist on the same segment.  Fundamentally, this is either a symptom
> of the success of mDNS and Link-Local DNS Services Discovery or a
> failure to think through the consequences of not including broader
> scalability in the original solution, take your pick.

  What you're asking for is for networking devices like routers and firewalls
and the like to provide a form of proxying for these link-local DNS services
discovery. This can be enhanced by using smarts in the network (e.g. is the
authenticated wiz-bang-thing authorized to make such a query?) and by
explicit config of the networking device. The nice thing about this is that
none of the wiz-bang-things need to be touched, they do what they always
did but get a much more rich response.

  This seems to me like a well-defined problem we could work on that could
produce a useful RFC.

  regards,

  Dan.