Re: [homenet] [DNSOP] automating RFC2317 via IPv6 reverse map/DHCPv6

Havard Eidnes <he@uninett.no> Thu, 08 December 2022 10:13 UTC

Return-Path: <he@uninett.no>
X-Original-To: homenet@ietfa.amsl.com
Delivered-To: homenet@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 10B3BC15170A; Thu, 8 Dec 2022 02:13:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.097
X-Spam-Level:
X-Spam-Status: No, score=-2.097 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=uninett.no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O68mG4K4lDA1; Thu, 8 Dec 2022 02:13:40 -0800 (PST)
Received: from smistad.uninett.no (smistad.uninett.no [IPv6:2001:700:1:0:eeb1:d7ff:fe59:fbaa]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B3EDC14CF0B; Thu, 8 Dec 2022 02:13:37 -0800 (PST)
Received: from smistad.uninett.no (smistad.uninett.no [158.38.62.77]) by smistad.uninett.no (Postfix) with ESMTP id 5171443F3CB; Thu, 8 Dec 2022 11:13:33 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uninett.no; s=he201803; t=1670494413; bh=9ujqAkPS6z0UESbrgkqYQxO3GZKfyeVVFTfmnEzlkgY=; h=Date:To:Cc:Subject:From:In-Reply-To:References:From; b=iyuh8AVZoHxFKDGvvqeX9qBx5cYVZ8+rrdVRiAdKzp1Diq1mN3rj17Fj3fol9OPnj UjLlFtMocLxXaEXsEVOU6IzBi/q2wXq5dXOFTkECSpJnQl59TQB8gvnssF0tfa+XzJ 7hRuUzV0jJsYqr2kGsNnBMoT3+7OteJt+DVexzLU=
Date: Thu, 08 Dec 2022 11:13:33 +0100
Message-Id: <20221208.111333.473832182373416695.he@uninett.no>
To: mcr+ietf@sandelman.ca
Cc: homenet@ietf.org, dnsop@ietf.org
From: Havard Eidnes <he@uninett.no>
In-Reply-To: <13410.1670124623@localhost>
References: <13410.1670124623@localhost>
X-Mailer: Mew version 6.8 on Emacs 26.3
Mime-Version: 1.0
Content-Type: Text/Plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Archived-At: <https://mailarchive.ietf.org/arch/msg/homenet/2Od09s7oXXSftGMZggP0ZUaKXwc>
Subject: Re: [homenet] [DNSOP] automating RFC2317 via IPv6 reverse map/DHCPv6
X-BeenThere: homenet@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: IETF Homenet WG mailing list <homenet.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/homenet>, <mailto:homenet-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/homenet/>
List-Post: <mailto:homenet@ietf.org>
List-Help: <mailto:homenet-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/homenet>, <mailto:homenet-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 08 Dec 2022 10:13:45 -0000

> Hi, while editing draft-ietf-homenet-front-end-naming-delegation, it occured
> to me that the automatic reverse that
> draft-ietf-homenet-naming-architecture-dhc-options could enable
> better/simpler RFC2317 delegation for IPv4 subnets.
>
> My experience is that some of the pushback for doing 2317 is that there is
> sane way to automate it, and too many confusing ways to do it.
>
> So, I wrote:
>     https://datatracker.ietf.org/doc/draft-richardson-ipv4-reverse-in-v6/
>
> which basically says to point the CNAMEs into the IPv6 delegation that is
> "already" (will have been) being done.

The actual convention to use isn't really specified by 2317, only
a few examples are given.  This one should work just as well as
any other convention, and if this makes it easier to use, I'm all
for it.

Best regards,

- Håvard