From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ex5Py-0006QC-5I for qemu-devel@nongnu.org; Thu, 12 Jan 2006 11:35:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ex5Pt-0006Kh-0c for qemu-devel@nongnu.org; Thu, 12 Jan 2006 11:35:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ex5Pr-0006K5-2S for qemu-devel@nongnu.org; Thu, 12 Jan 2006 11:35:11 -0500 Received: from [63.96.239.141] (helo=mc.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ex5Sg-00070u-Ld for qemu-devel@nongnu.org; Thu, 12 Jan 2006 11:38:06 -0500 From: Jean-Christophe Dubois Subject: Re: [Qemu-devel] win98 user mode network not working ... Date: Thu, 12 Jan 2006 17:32:21 +0100 References: <200601121438.10160.adi.coman@gmail.com> In-Reply-To: <200601121438.10160.adi.coman@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200601121732.21679.jdubois@mc.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 =46rom http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC23 "Note that ping is not supported reliably to the internet as it would requi= re=20 root priviledges. It means you can only ping the local router (10.0.2.2)." So I guess this is not the right way to test your connectivity. Regards JC On Thursday 12 January 2006 13:38, Adrian Coman wrote: > Hi, > > I'm a newbie with qemu and I know there have been a lot of topics on the > qemu networking topic, but none of them solved my problem ... I hope I'll > get an answer from you. > > So, I have a CentOS 4.2 as host with qemu-0.8.0 installed from sources. As > guest I have a win98se. In w98 I configured the network to get the IP > through dhcp. I start qemu with: > > qemu -localtime -hda win98.img > > From what I read, when there is no -net option, the default network mode = is > usermode. > > The problem is that when I ping yahoo.com for example I get the IP of yah= oo > but no response from ping ..., something like: > > ping yahoo.com > Pinging yahoo.com [216.109.112.135] with 32 bytes of data: > request time out > > I attached a screenshot with the output of ipconfig /all from w98. > > Where did I do wrong? > > Thanks, > Adrian