From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BRyOD-0003LP-1E for qemu-devel@nongnu.org; Sun, 23 May 2004 15:12:05 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BRyLP-0002TT-TL for qemu-devel@nongnu.org; Sun, 23 May 2004 15:09:43 -0400 Received: from [217.8.185.226] (helo=poczta.tom.pl) by monty-python.gnu.org with smtp (Exim 4.34) id 1BRy9V-0007w0-V8 for qemu-devel@nongnu.org; Sun, 23 May 2004 14:56:54 -0400 Message-ID: <40B0F43D.8020207@aska.com.pl> Date: Sun, 23 May 2004 20:58:05 +0200 From: Adrian Smarzewski MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] usermode-networking problem 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 Hi, QEmu 2.5.5 with usermode-networking compiled and turned on. Internet connection on host system (linux 2.6) works. on guest system (linux-test): sh-2.05b# ping -c 3 10.0.2.2 PING 10.0.2.2 (10.0.2.2) 56(84) bytes of data. 64 bytes from 10.0.2.2: icmp_seq=1 ttl=255 time=3.16 ms 64 bytes from 10.0.2.2: icmp_seq=2 ttl=255 time=0.390 ms 64 bytes from 10.0.2.2: icmp_seq=3 ttl=255 time=0.333 ms sh-2.05b# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.0.0.0 * 255.0.0.0 U 0 0 0 eth0 default 10.0.2.2 0.0.0.0 UG 0 0 0 eth0 sh-2.05b# ping -c 3 212.77.100.101 PING 212.77.100.101 (212.77.100.101) 56(84) bytes of data. --- 212.77.100.101 ping statistics --- 3 packets transmitted, 0 received, 100% packet loss, time 2018ms I don't know why. Should I configure something on host os?