From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BGNEJ-000373-O2 for qemu-devel@nongnu.org; Wed, 21 Apr 2004 15:17:55 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BGNDa-0002ZC-G1 for qemu-devel@nongnu.org; Wed, 21 Apr 2004 15:17:43 -0400 Received: from [193.252.22.26] (helo=mwinf0502.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGNDI-00028v-K0 for qemu-devel@nongnu.org; Wed, 21 Apr 2004 15:16:52 -0400 Message-ID: <4086C91E.9040004@bellard.org> Date: Wed, 21 Apr 2004 21:18:54 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] User mode only network progress References: <000701c41cbf$49b386d0$0401a8c0@putte2k> <4085ABA7.7010403@bellard.org> <1082504326.22289.60.camel@aragorn> <200404210920.31731.jm@poure.com> In-Reply-To: <200404210920.31731.jm@poure.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jm@poure.com, qemu-devel@nongnu.org Jean-Michel POURE wrote: > Le mercredi 21 Avril 2004 01:38, John R. Hogerhuis a écrit : > >>Perhaps any built-in DHCP server should autodetect other DHCP servers >>and disable itself (unless the user forces it to come up with a command >>line option) if it detects another DHCP server on the network? > > > Or it can be a simple command-line argument: qemu --without-dhcp > Cheers, Jean-Michel You misunderstood the problem: the DHCP server will be inside QEMU, so it will not interfere with the real DHCP servers you may have. Fabrice.