From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IBr5N-00019U-Q9 for qemu-devel@nongnu.org; Fri, 20 Jul 2007 07:55:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IBr5N-00019B-3p for qemu-devel@nongnu.org; Fri, 20 Jul 2007 07:55:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBr5M-000198-Vc for qemu-devel@nongnu.org; Fri, 20 Jul 2007 07:55:53 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IBr5M-00082Q-FL for qemu-devel@nongnu.org; Fri, 20 Jul 2007 07:55:52 -0400 From: Paul Brook Subject: Re: [Qemu-devel] qemu 0.9.0 win32 PXE boot can't work Date: Fri, 20 Jul 2007 12:55:49 +0100 References: <469F8722.3030104@codemonkey.ws> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707201255.49615.paul@codesourcery.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 Friday 20 July 2007, =E5=A7=9A=E6=98=A5=E6=9E=97 wrote: > > Can you try using the other nic types? I'm most interested in the > > results with the rtl8139 model. > > I have used rtl8139 the first time.Does not work. > > I think the etherboot is OK. because I can use it to boot from vmware. > and the ethereal captured the DHCP offer packet on tap nic. > How the tap-win32 and qemu deal with this packet? qemu doesn't do anything with the network traffic. It just passes it on to= =20 your host OS. This is almost certainly a bug in your host networking=20 configuration. i.e. you don't have a dhcp server listening on that interfac= e.=20 Configure it exactly the same as you would on a real network/machine. Paul