Sujet : Re: I never thought of this scenario
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.miscDate : 13. Apr 2024, 00:57:55
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <uvchq3$2kbfj$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Wed, 10 Apr 2024 10:28:55 +0300, Tauno Voipio wrote:
To break out, get RFC2131 and read it.
Here we go <
https://datatracker.ietf.org/doc/html/rfc2131>:
* Client sends out DHCPDISCOVER. The only IP address involved is the
local-net broadcast address, 255.255.255.255, which is non-routable.
* Server responds with DHCPOFFER. Since there is no IP address it can
route this response to, it, too, is non-routable.
* The client may send out ARP broadcasts to ensure nobody else has already
claimed the offered address.
* The client accepts an offered address with DHCPREQUEST, which, again, is
sent to the (non-routable) broadcast address.
* The server responds with DHCPACK or DHCPNAK.
Remember, the client’s IP stack can not be considered to be fully
operational until after all these steps have been completed.