From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BXNm4-0007Jp-C2 for qemu-devel@nongnu.org; Mon, 07 Jun 2004 13:19:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BXNm2-0007IU-PC for qemu-devel@nongnu.org; Mon, 07 Jun 2004 13:19:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXNm2-0007IP-Lq for qemu-devel@nongnu.org; Mon, 07 Jun 2004 13:19:02 -0400 Received: from [130.136.10.114] (helo=pob.cs.unibo.it) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BXNkv-0001Xd-NT for qemu-devel@nongnu.org; Mon, 07 Jun 2004 13:17:53 -0400 Received: from le1.cs.unibo.it (backle.cs.unibo.it [130.136.10.110]) by pob.cs.unibo.it (Postfix) with ESMTP id DBCE72B251 for ; Mon, 7 Jun 2004 19:17:52 +0200 (CEST) Received: from maddalena.cs.unibo.it (postfix@maddalena.cs.unibo.it [130.136.5.6]) by le1.cs.unibo.it (8.9.3p2/8.9.3/Debian 8.9.3-21) with ESMTP id TAA03817 for ; Mon, 7 Jun 2004 19:17:52 +0200 Date: Mon, 7 Jun 2004 19:14:56 +0200 Subject: Re: [Qemu-devel] Status of user-mode networking for win32 Message-ID: <20040607171456.GF10410@cs.unibo.it> References: <200406071528.27501.jm@poure.com> <40C4753F.5070401@dblab.ece.ntua.gr> <20040607144551.GB10410@cs.unibo.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040607144551.GB10410@cs.unibo.it> From: renzo@cs.unibo.it (Renzo Davoli) 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 Mon, Jun 07, 2004 at 04:45:51PM +0200, Renzo Davoli wrote: > I have tried the workaround here included as a patch and > Win98+vdeqemu pci works. I have tried the patch also with -user-net and it seems to work. Windows 98 has a strange behavior with DHCP. If it remembers an old lease it tries twice to have the address renewed and regardless of the NAK or new address from DHCP it sends a ping (ICMP echo), if nobody answers it picks up the old address. TO solve this problem from a MS-DOS console window type the following commands ipconfig /release 1 ipconfig /renew 1 renzo