RE: Thinking differently about the site local problem (was: RE: site local addresses (was Re: Fw: Welcome to the InterNAT...))

"Jeroen Massar" <jeroen@unfix.org> Thu, 03 April 2003 12:50 UTC

Received: from ran.ietf.org (ran.ietf.org [10.27.6.60]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id HAA18151; Thu, 3 Apr 2003 07:50:53 -0500 (EST)
Received: from majordomo by ran.ietf.org with local (Exim 4.10) id 1914MY-0007IF-00 for ietf-list@ran.ietf.org; Thu, 03 Apr 2003 08:02:38 -0500
Received: from odin.ietf.org ([10.27.2.28] helo=ietf.org) by ran.ietf.org with esmtp (Exim 4.10) id 1914H7-000790-00 for ietf@ran.ietf.org; Thu, 03 Apr 2003 07:57:01 -0500
Received: from purgatory.unfix.org (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id HAA17729 for <ietf@ietf.org>; Thu, 3 Apr 2003 07:39:57 -0500 (EST)
Received: from localhost (localhost [127.0.0.1]) by purgatory.unfix.org (Postfix) with ESMTP id F08908999; Thu, 3 Apr 2003 14:42:23 +0200 (CEST)
Received: from limbo (limbo.unfix.org [10.100.13.33]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by purgatory.unfix.org (Postfix) with ESMTP id E288B8992; Thu, 3 Apr 2003 14:42:18 +0200 (CEST)
From: Jeroen Massar <jeroen@unfix.org>
To: 'Margaret Wasserman' <mrw@windriver.com>
Cc: 'John Stracke' <jstracke@centive.com>, ietf@ietf.org
Subject: RE: Thinking differently about the site local problem (was: RE: site local addresses (was Re: Fw: Welcome to the InterNAT...))
Date: Thu, 03 Apr 2003 14:43:28 +0200
Organization: Unfix
Message-ID: <006701c2f9de$a0c61ff0$210d640a@unfix.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.3416
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
In-Reply-To: <5.1.0.14.2.20030403072514.037aefe0@mail.windriver.com>
X-Virus-Scanned: by AMaViS @ purgatory.unfix.org
Sender: owner-ietf@ietf.org
Precedence: bulk
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by ietf.org id HAA18151

Margaret Wasserman [mailto:mrw@windriver.com] wrote:

> Hi Jeroen,
> 
> > > >Most OS's require a (unique) hostname to be entered/automatically
> > > >generated on install
> > > >
> > > False.
> >
> >And is there any reasoned argument instead of the simple 'false'?
> 
> Some examples certainly would have been helpful...
> 
> I can give one common example.  Special-purpose client systems
> (consumer devices, car infotainment systems, etc.) seldom require
> or configure a DNS name.
> 
> In most IPv4 situations, though, these types of systems would
> receive their addresses through DHCP, usually through an ISPs
> DHCP server.  In many cases, ISPs provide generic (e.g.
> hostNNNNNNN.isp.com) host names for all of the addresses in their
> DHCP pool, so that reverse lookups will work, etc.
> 
> But the operating system and TCP/IP stack on the device do
> not actually require that a hostname be configured.

My thought went out from both the manual page of a typical Unix box:
8<-------
 Hostname is used to either set or display the current
 host or domain name of the system. This name is used
 by many of the networking programs to identify the
 machine. The domain name is also used by NIS/YP.
------->8

And the fact that windows boxes nowadays also
autogenerate a hostname based on some of the
properties of the machine to overcome clashes
in the SMB/CIFS namespace. Note that this still
has nothing to with IP.

Phones and other devices that could be used
for transfering files usually autogenerate a
hostname based on their cellphonenumber.

But indeed there are bound to be apparatus which 
don't have such a feature, thus one will have to
type the full IP then if you want to do something.
Fortunatly finding out all the hosts on a subnet
isn't that trivial anymore ff02::1 ;)
But I wonder how consumer friendly that is...

Greets,
 Jeroen