From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ELJvr-0005CI-KS for qemu-devel@nongnu.org; Fri, 30 Sep 2005 08:24:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ELJvo-0005Ak-Bp for qemu-devel@nongnu.org; Fri, 30 Sep 2005 08:24:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ELJvn-00054x-3D for qemu-devel@nongnu.org; Fri, 30 Sep 2005 08:24:03 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1ELJtQ-0005eo-Mx for qemu-devel@nongnu.org; Fri, 30 Sep 2005 08:21:37 -0400 Message-ID: <433D2DC9.8030505@gmx.de> Date: Fri, 30 Sep 2005 14:21:29 +0200 From: Oliver Gerlich MIME-Version: 1.0 Subject: Re: [Qemu-devel] about DHCP server in qemu References: <1128006042.433c019a295a8@webmail.alinto.com> <20050929203431.GA4684@jbrown.mylinuxbox.org> <433C61B7.6070804@wasp.net.au> <20050929221406.GA6019@jbrown.mylinuxbox.org> <1128068224.433cf48005ab5@webmail.alinto.com> In-Reply-To: <1128068224.433cf48005ab5@webmail.alinto.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 octane indice wrote: [...] > > > Still doesn't work for me :/ I think that the problems comes > from the tomsrtbt. > > if tomsrtbt is the only guest : no IP given > if tomsrtbt is launch with -macaddr xx : no IP given > if tomsrtbt is launch after another guest : no IP given > > if I launch a real tomsrtbt, on a real host with a real DHCP > server on the network, tomsrtbt got an IP > What dhcp client does tomsrtbt use? If it uses dhclient (the ISC dhcp client), you should see some lines about DHCP in the syslog. With other clients (eg. pump) you can try to start the client manually (perhaps with some -v option to turn on verbose output) and see if it tells you something interesting. Usually the clients indicate whether they found a dhcp server at all, and whether it supplied an ip address. Good luck, Oliver Gerlich