From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BKS1g-0006cM-9P for qemu-devel@nongnu.org; Sun, 02 May 2004 21:13:44 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BKS1A-0006VZ-3d for qemu-devel@nongnu.org; Sun, 02 May 2004 21:13:43 -0400 Received: from [81.169.145.165] (helo=natsmtp00.rzone.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKS19-0006VG-HH for qemu-devel@nongnu.org; Sun, 02 May 2004 21:13:11 -0400 Received: from morannon.inferno.nadir.org (b114166.adsl.hansenet.de [62.109.114.166]) by post.webmailer.de (8.12.10/8.12.10) with ESMTP id i431DAMQ025881 for ; Mon, 3 May 2004 03:13:10 +0200 (MEST) From: Arne Bernin Content-Type: text/plain Message-Id: <1083546791.16974.25.camel@localhost> Mime-Version: 1.0 Date: Mon, 03 May 2004 03:13:11 +0200 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Question about tun/tap networking Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu mailing list Hi, i am trying to set up two virtual machines with qemu 0.5.4. I have them running, both with 2 network cards. I am able to ping all 4 interfaces from the host they are running from but am not able to ping between both virtual machines... If i do a tcpdump on the corrsponding tun interfaces while trying to ping i see a lot of arp who-has 172.16.0.254 tell 172.16.0.1 messages (172.16.0.1 is the one machine, the other is 172.16.0.254). Is there something i have to do to get the arp responses right ?? Or am i totally wrong ? thanks for any help, --arne