From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ex6ug-0004uq-8a for qemu-devel@nongnu.org; Thu, 12 Jan 2006 13:11:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ex6uc-0004ru-Jz for qemu-devel@nongnu.org; Thu, 12 Jan 2006 13:11:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ex6ua-0004qG-C7 for qemu-devel@nongnu.org; Thu, 12 Jan 2006 13:11:01 -0500 Received: from [134.130.3.131] (helo=ms-dienst.rz.rwth-aachen.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ex6xQ-0007RJ-KF for qemu-devel@nongnu.org; Thu, 12 Jan 2006 13:13:56 -0500 Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0ISZ005JKRQMI1@ms-dienst.rz.rwth-aachen.de> for qemu-devel@nongnu.org; Thu, 12 Jan 2006 19:08:47 +0100 (MET) Received: from [137.226.40.101] (pc42.xtal.RWTH-Aachen.DE [137.226.40.101]) by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id k0CI8kZO011843 for ; Thu, 12 Jan 2006 19:08:46 +0100 (MET) Date: Thu, 12 Jan 2006 19:09:23 +0100 From: Jan Marten Simons Subject: Re: [Qemu-devel] win98 user mode network not working ... In-reply-to: <200601121438.10160.adi.coman@gmail.com> Message-id: <43C69B53.1060206@xtal.rwth-aachen.de> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <200601121438.10160.adi.coman@gmail.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 Adrian Coman wrote: >The problem is that when I ping yahoo.com for example I get the IP of yahoo >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 > IIrc ping (as icmp message) does not work with user-net. Try to telnet the webserver at port 80 to check for connectivity. DNS is working as the adress got resolved into its IP. Apart from the issue with ping all tcp/ip-based services (like browsing the net) should work from the guest like being behind a NAT-firewall, which allows outbound connections.