From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EL5e0-00041W-UR for qemu-devel@nongnu.org; Thu, 29 Sep 2005 17:08:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EL5dw-00041K-AO for qemu-devel@nongnu.org; Thu, 29 Sep 2005 17:08:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EL5dt-0003nI-9b for qemu-devel@nongnu.org; Thu, 29 Sep 2005 17:08:37 -0400 Received: from [128.8.10.163] (helo=po1.wam.umd.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EL5O3-0000zI-0T for qemu-devel@nongnu.org; Thu, 29 Sep 2005 16:52:15 -0400 Received: from jbrown.mylinuxbox.org (jma-box.student.umd.edu [129.2.253.219]) by po1.wam.umd.edu (8.12.10/8.12.10) with ESMTP id j8TKqDAm007961 for ; Thu, 29 Sep 2005 16:52:14 -0400 (EDT) Date: Thu, 29 Sep 2005 16:34:31 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] about DHCP server in qemu Message-ID: <20050929203431.GA4684@jbrown.mylinuxbox.org> References: <1128006042.433c019a295a8@webmail.alinto.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1128006042.433c019a295a8@webmail.alinto.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thu, Sep 29, 2005 at 05:00:42PM +0200, octane indice wrote: > Hello > > I have some problems using the built-in DHCP server in qemu. > > 1. Is it possible to have guets connected? > If I launch 3 qemu, that I can do: > ping 10.2.0.15 > ping 10.2.0.14 > and so on. > In order to simulate a network? > No. In fact, the server is set up to always return the same IP in response to a request. Even if it worked like a full fledged DHCP server, there's no way to connect multiple guests together. The best you can do is slirpvde. -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.