Re: I never thought of this scenario

Liste des GroupesRevenir à ol misc 
Sujet : Re: I never thought of this scenario
De : mm+usenet-es (at) *nospam* dorfdsl.de (Marco Moock)
Groupes : comp.os.linux.misc
Date : 20. Apr 2024, 20:20:43
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v0111s$3q1fd$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
On 20.04.2024 um 18:07 Uhr Rich wrote:

Richard Kettlewell <invalid@invalid.invalid> wrote:
Rich <rich@example.invalid> writes: 
And, the protocol "must" be routable:
>
RFC2131: https://www.rfc-editor.org/rfc/rfc2131 - page 6:
>
        DHCP should not require a server on each subnet.  To allow
for scale and economy, DHCP must work across routers or through the
        intervention of BOOTP relay agents.
>
Note they use "must" above in the statement "DHCP must work across
routers".  Page 4 defines "must" as:
>
        o "MUST"
       
        This word or the adjective "REQUIRED" means that the item
is an absolute requirement of this specification. 
 
You missed a bit:
 
   Throughout this document, the words that are used to define the
   significance of particular requirements are capitalized.  These
words ^^^^^^^^^^^
   are:
 
 
The ‘must’ in the design goals is not capitalized. 
 
Indeed, I did miss that.

Does that change the meaning?

Therefore the RFC explicitly allows for DHCP to be routed. 
 
A protocol is not its design goals. You can’t conclude that a
protocol actually achieves a goal just by looking at the what the
goals were. A good recent example would be SIKE, which totally
failed to meet its design goals. 
 
Fair enough, however, given:
 
1) no explicit statement requiring non-routability in the RFC (if the
designers had wanted it to be "non-routable" as Lawrence continues to
asssert, they would have said so);

I don't know how that should work because a DHCP machine doesn't know
anything. ICMP address configuration exists (now deprecated) and Router
advertisements for IPv4 are specified too.
https://datatracker.ietf.org/doc/html/rfc6918
https://www.rfc-editor.org/rfc/rfc1256
But I don't know any implementation for that.

That means an DHCPv4 host doesn't know anything and can only use a "all
machines" address. Such addresses can't be reasonably used to contact
really all machines in the world.
The packet must also go back to the DHCP client and sending it to
everybody in the internet isn't reasonable too.
The solution is to stay on the same link or use Unicast for
transporting that through routers.

2) an explicit statement in the design goals of "working across
routers"
 
it therefore becomes reasonable to presume that "routability" was
at a minimum, not excluded, and was likely intended.

True, but I doubt there would be a solution for that. Even DHCPv6 needs
a relay agent. DHCPv6 over multicast is only for communication between
DHCPv6 servers.

I don’t personally care how DHCP gets across routers but from a
quick skim it looks like it relies some kind of relay agent. Table
1 or section 3.1 might be reasonable references. 
 
It relies on a BOOTP Relay agent only for the initial, unconfigured,
no IP address state, of the client.  Once the client has an IP, other
DHCP protocol interactions happen using the client IP, and no BOOTP
Relay agents are involved.
 
DHCP is also not a "transport layer" protocol.  Instead, it uses UDP
for its transport layer (see RFC url above, page 22):
 
    "DHCP uses UDP as its transport protocol."
 
Since UDP is itself routable, DHCP is also routable, because DHCP is
simply a protocol definition for sending particular "messages" inside
of UDP packets.

That depends on the addresses being used. When being used on
non-directed broadcast, link-local unicast or link-local multicast, UDP
can't be routed because the IP layer forbids routing of those packages.

--
kind regards
Marco

Send spam to 1713629228muell@cartoonies.org


Date Sujet#  Auteur
7 Apr 24 * I never thought of this scenario159The Natural Philosopher
7 Apr 24 +- Re: I never thought of this scenario1Andy Burns
7 Apr 24 +* Re: I never thought of this scenario156The Natural Philosopher
8 Apr 24 i+* Re: I never thought of this scenario154Lawrence D'Oliveiro
8 Apr 24 ii+* Re: I never thought of this scenario77Grant Taylor
8 Apr 24 iii`* Re: I never thought of this scenario76Lawrence D'Oliveiro
8 Apr 24 iii `* Re: I never thought of this scenario75Grant Taylor
8 Apr 24 iii  `* Re: I never thought of this scenario74Lawrence D'Oliveiro
8 Apr 24 iii   `* Re: I never thought of this scenario73Grant Taylor
8 Apr 24 iii    `* Re: I never thought of this scenario72Lawrence D'Oliveiro
9 Apr 24 iii     `* Re: I never thought of this scenario71Grant Taylor
9 Apr 24 iii      `* Re: I never thought of this scenario70Lawrence D'Oliveiro
9 Apr 24 iii       +- Re: I never thought of this scenario1Marc Haber
9 Apr 24 iii       `* Re: I never thought of this scenario68Grant Taylor
9 Apr 24 iii        +* Re: I never thought of this scenario66Lawrence D'Oliveiro
9 Apr 24 iii        i+* Re: I never thought of this scenario3Marc Haber
10 Apr 24 iii        ii+- Re: I never thought of this scenario1Grant Taylor
10 Apr 24 iii        ii`- Re: I never thought of this scenario1Lawrence D'Oliveiro
10 Apr 24 iii        i`* Re: I never thought of this scenario62Grant Taylor
10 Apr 24 iii        i `* Re: I never thought of this scenario61Lawrence D'Oliveiro
10 Apr 24 iii        i  +* Re: I never thought of this scenario56Tauno Voipio
10 Apr 24 iii        i  i+- Re: I never thought of this scenario1D
13 Apr 24 iii        i  i`* Re: I never thought of this scenario54Lawrence D'Oliveiro
13 Apr 24 iii        i  i `* Re: I never thought of this scenario53Grant Taylor
13 Apr 24 iii        i  i  `* Re: I never thought of this scenario52Lawrence D'Oliveiro
13 Apr 24 iii        i  i   +* Re: I never thought of this scenario45Grant Taylor
15 Apr 24 iii        i  i   i`* Re: I never thought of this scenario44Lawrence D'Oliveiro
15 Apr 24 iii        i  i   i `* Re: I never thought of this scenario43Grant Taylor
19 Apr 24 iii        i  i   i  `* Re: I never thought of this scenario42Lawrence D'Oliveiro
19 Apr 24 iii        i  i   i   `* Re: I never thought of this scenario41Marc Haber
20 Apr 24 iii        i  i   i    `* Re: I never thought of this scenario40Lawrence D'Oliveiro
20 Apr 24 iii        i  i   i     +* Re: I never thought of this scenario33Rich
20 Apr 24 iii        i  i   i     i`* Re: I never thought of this scenario32Richard Kettlewell
20 Apr 24 iii        i  i   i     i +* Re: I never thought of this scenario4Marc Haber
20 Apr 24 iii        i  i   i     i i`* Re: I never thought of this scenario3The Natural Philosopher
20 Apr 24 iii        i  i   i     i i `* Re: I never thought of this scenario2Marco Moock
20 Apr 24 iii        i  i   i     i i  `- Re: I never thought of this scenario1Grant Taylor
20 Apr 24 iii        i  i   i     i `* Re: I never thought of this scenario27Rich
20 Apr 24 iii        i  i   i     i  `* Re: I never thought of this scenario26Marco Moock
20 Apr 24 iii        i  i   i     i   `* Re: I never thought of this scenario25Rich
20 Apr 24 iii        i  i   i     i    +* Re: I never thought of this scenario21Rich
20 Apr 24 iii        i  i   i     i    i`* Re: I never thought of this scenario20Grant Taylor
20 Apr 24 iii        i  i   i     i    i +* Re: I never thought of this scenario11Rich
21 Apr 24 iii        i  i   i     i    i i`* Re: I never thought of this scenario10The Natural Philosopher
21 Apr 24 iii        i  i   i     i    i i +* Re: I never thought of this scenario5Grant Taylor
22 Apr 24 iii        i  i   i     i    i i i`* Re: I never thought of this scenario4The Natural Philosopher
22 Apr 24 iii        i  i   i     i    i i i +- Re: I never thought of this scenario1Marc Haber
23 Apr 24 iii        i  i   i     i    i i i `* Re: I never thought of this scenario2Grant Taylor
23 Apr 24 iii        i  i   i     i    i i i  `- Re: I never thought of this scenario1The Natural Philosopher
22 Apr 24 iii        i  i   i     i    i i `* Re: I never thought of this scenario4Marc Haber
22 Apr 24 iii        i  i   i     i    i i  +- Re: I never thought of this scenario1The Natural Philosopher
22 Apr 24 iii        i  i   i     i    i i  `* Re: DHCP argument ....2Jim Jackson
23 Apr 24 iii        i  i   i     i    i i   `- Re: DHCP argument ....1D
21 Apr 24 iii        i  i   i     i    i +* Re: I never thought of this scenario7The Natural Philosopher
21 Apr 24 iii        i  i   i     i    i i+- Re: I never thought of this scenario1Grant Taylor
23 Apr 24 iii        i  i   i     i    i i`* Re: I never thought of this scenario5Lawrence D'Oliveiro
23 Apr 24 iii        i  i   i     i    i i `* Re: I never thought of this scenario4Marc Haber
24 Apr 24 iii        i  i   i     i    i i  +- Re: I never thought of this scenario1Rich
26 Apr 24 iii        i  i   i     i    i i  `* Re: I never thought of this scenario2Lawrence D'Oliveiro
26 Apr 24 iii        i  i   i     i    i i   `- Re: I never thought of this scenario1Marc Haber
23 Apr 24 iii        i  i   i     i    i `- Re: I never thought of this scenario1Lawrence D'Oliveiro
20 Apr 24 iii        i  i   i     i    `* Re: I never thought of this scenario3Grant Taylor
20 Apr 24 iii        i  i   i     i     `* Re: I never thought of this scenario2Marco Moock
21 Apr 24 iii        i  i   i     i      `- Re: I never thought of this scenario1Grant Taylor
20 Apr 24 iii        i  i   i     `* Re: I never thought of this scenario6Marc Haber
23 Apr 24 iii        i  i   i      `* Re: I never thought of this scenario5Lawrence D'Oliveiro
23 Apr 24 iii        i  i   i       `* Re: I never thought of this scenario4Marc Haber
26 Apr 24 iii        i  i   i        `* Re: I never thought of this scenario3Lawrence D'Oliveiro
26 Apr 24 iii        i  i   i         `* Re: I never thought of this scenario2Richard Kettlewell
8 May 24 iii        i  i   i          `- Re: I never thought of this scenario1Lawrence D'Oliveiro
13 Apr 24 iii        i  i   `* Re: I never thought of this scenario6Marc Haber
15 Apr 24 iii        i  i    `* Re: I never thought of this scenario5Lawrence D'Oliveiro
15 Apr 24 iii        i  i     `* Re: I never thought of this scenario4Rich
15 Apr 24 iii        i  i      +- Re: I never thought of this scenario1Grant Taylor
17 Apr 24 iii        i  i      `* Re: I never thought of this scenario2Lawrence D'Oliveiro
20 Apr 24 iii        i  i       `- Re: I never thought of this scenario1Marco Moock
10 Apr 24 iii        i  +- Re: I never thought of this scenario1Marc Haber
10 Apr 24 iii        i  `* Re: I never thought of this scenario3Grant Taylor
11 Apr 24 iii        i   +- Re: I never thought of this scenario1Marc Haber
13 Apr 24 iii        i   `- Re: I never thought of this scenario1Lawrence D'Oliveiro
9 Apr 24 iii        `- Re: I never thought of this scenario1Marc Haber
8 Apr 24 ii+* Re: I never thought of this scenario63The Natural Philosopher
8 Apr 24 iii`* Re: I never thought of this scenario62The Natural Philosopher
9 Apr 24 iii +* Re: I never thought of this scenario4Grant Taylor
9 Apr 24 iii i`* Re: I never thought of this scenario3Carlos E.R.
9 Apr 24 iii i `* Re: I never thought of this scenario2The Natural Philosopher
13 Apr 24 iii i  `- Re: I never thought of this scenario1Lawrence D'Oliveiro
9 Apr 24 iii `* Re: I never thought of this scenario57Lawrence D'Oliveiro
9 Apr 24 iii  +* Re: I never thought of this scenario2Grant Taylor
13 Apr 24 iii  i`- Re: I never thought of this scenario1Lawrence D'Oliveiro
9 Apr 24 iii  `* Re: I never thought of this scenario54The Natural Philosopher
13 Apr 24 iii   `* Re: I never thought of this scenario53Lawrence D'Oliveiro
13 Apr 24 iii    +* Re: I never thought of this scenario46Grant Taylor
15 Apr 24 iii    i`* Re: I never thought of this scenario45Lawrence D'Oliveiro
15 Apr 24 iii    i +* Re: I never thought of this scenario40Grant Taylor
19 Apr 24 iii    i i`* Re: I never thought of this scenario39Lawrence D'Oliveiro
19 Apr 24 iii    i i +* Re: I never thought of this scenario15Marc Haber
19 Apr 24 iii    i i i+* Re: I never thought of this scenario2Grant Taylor
19 Apr 24 iii    i i ii`- Re: I never thought of this scenario1Rich
20 Apr 24 iii    i i i`* Re: I never thought of this scenario12Lawrence D'Oliveiro
20 Apr 24 iii    i i i +* Re: I never thought of this scenario7Rich
20 Apr 24 iii    i i i `* Re: I never thought of this scenario4Marc Haber
19 Apr 24 iii    i i `* Re: I never thought of this scenario23The Natural Philosopher
15 Apr 24 iii    i `* Re: I never thought of this scenario4Marc Haber
13 Apr 24 iii    `* Re: I never thought of this scenario6The Natural Philosopher
8 Apr 24 ii+* Re: I never thought of this scenario3Carlos E.R.
8 Apr 24 ii`* Re: I never thought of this scenario10Andy Burns
8 Apr 24 i`- Re: I never thought of this scenario1The Natural Philosopher
7 Apr 24 `- Re: I never thought of this scenario1Marco Moock

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal