Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <uvchq3$2kbfj$3@dont-email.me>
Deutsch   English   Français   Italiano  
<uvchq3$2kbfj$3@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.os.linux.misc
Subject: Re: I never thought of this scenario
Date: Fri, 12 Apr 2024 23:57:55 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 18
Message-ID: <uvchq3$2kbfj$3@dont-email.me>
References: <uutq04$2n9pt$1@dont-email.me>
	<07WdnchvLrr2GI_7nZ2dnZfqn_qdnZ2d@giganews.com>
	<uuu39t$2pd0s$1@dont-email.me> <uuvblp$32mbm$1@dont-email.me>
	<uuve5k$6pq$1@tncsrv09.home.tnetconsulting.net>
	<uuvf2e$33bqs$1@dont-email.me>
	<uuvhp6$g0s$1@tncsrv09.home.tnetconsulting.net>
	<uuvij0$340q8$2@dont-email.me>
	<uuvl9j$uaf$1@tncsrv09.home.tnetconsulting.net>
	<uv0017$3ajd1$1@dont-email.me>
	<uv1ucj$sti$1@tncsrv09.home.tnetconsulting.net> <uv2e9m$jin$2@dont-email.me>
	<uv2g3g$39k$1@tncsrv09.home.tnetconsulting.net>
	<uv320m$4tr5$1@dont-email.me>
	<uv4jd3$mj2$2@tncsrv09.home.tnetconsulting.net>
	<uv5doe$q7om$4@dont-email.me> <uv5f3n$qkhk$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 13 Apr 2024 01:57:55 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="c07c9bb19a0975fd36cf4a2cbd5e0704";
	logging-data="2764275"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+HjH035Kmq1mdNK/CFmqPB"
User-Agent: Pan/0.155 (Kherson; fc5a80b8)
Cancel-Lock: sha1:aWWUGK8AzPBuEOp97LcNUdJ03rw=
Bytes: 2408

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.