From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cm2zu-0004a3-DP for qemu-devel@nongnu.org; Tue, 04 Jan 2005 23:42:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cm2zt-0004Zn-UC for qemu-devel@nongnu.org; Tue, 04 Jan 2005 23:42:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cm2zt-0004ZZ-N9 for qemu-devel@nongnu.org; Tue, 04 Jan 2005 23:42:13 -0500 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1Cm2oX-0006wG-TS for qemu-devel@nongnu.org; Tue, 04 Jan 2005 23:30:30 -0500 From: Horst Schlonz Content-Type: text/plain Date: Wed, 05 Jan 2005 05:30:44 +0100 Message-Id: <1104899444.20758.26.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] NETDEV WATCHDOG: eth0: transmit timed out 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, i have qemu 0.6.1 and a debian host system. i started qemu like this: root@host # chmod 666 /dev/net/tun root@host # logout user@host # qemu -hda debiansarge.img Password: Connected to host network interface: tun0 i have installed debian sarge as guest system before. on the host i have a tun0 interface: user@host # ifconfig tun0 ifconfig tun0 tun0 Protokoll:Ethernet Hardware Adresse 00:FF:58:37:D9:25 inet Adresse:172.20.0.1 Bcast:172.20.255.255 Maske:255.255.0.0 [...] now, on the guest i setup networking: root@guest # ifconfig eth0 172.20.0.2 netmask 255.255.0.0 up root@guest # ifconfig eth0 eth0 Protokoll:Ethernet Hardware Adresse 52:54:00:12:34:56 inet Adresse:172.20.0.2 Bcast:172.20.255.255 Maske:255.255.0.0 [...] the problem is: root@guest # ping -c1 172.20.0.1 PING 172.20.0.1 (172.20.0.1) 56(84) bytes of data NETDEV WATCHDOG: eth0: transmit timed out NETDEV WATCHDOG: eth0: transmit timed out >>From 172.20.0.2 icmp_seq=1 Destination Host Unreachable --- 172.20.0.1 ping statistics --- 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms root@guest # can anyone confirm this? is something wrong with the emulated realtek-network-device?