From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MA0fr-0002nN-GJ for qemu-devel@nongnu.org; Fri, 29 May 2009 07:54:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MA0fn-0002ku-2Y for qemu-devel@nongnu.org; Fri, 29 May 2009 07:54:59 -0400 Received: from [199.232.76.173] (port=38319 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MA0fm-0002kk-Un for qemu-devel@nongnu.org; Fri, 29 May 2009 07:54:54 -0400 Received: from mx20.gnu.org ([199.232.41.8]:1778) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MA0fm-0007uG-Hv for qemu-devel@nongnu.org; Fri, 29 May 2009 07:54:54 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MA0fl-0003D2-6p for qemu-devel@nongnu.org; Fri, 29 May 2009 07:54:53 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Connecting two tap interfaces to one qemu instance Date: Fri, 29 May 2009 12:54:50 +0100 References: <4A1EF2C3.40001@iem.pw.edu.pl> <92FA8CBC-7909-432D-84D7-E3F5F14BADB5@theiggy.com> <4A1F0C76.1030603@iem.pw.edu.pl> In-Reply-To: <4A1F0C76.1030603@iem.pw.edu.pl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905291254.50922.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Brian Jackson , Jedrzej Kalinowski > Yes, I tried STP on bridge and it helps. > But it's fighting effects, not cause of the problem > > My understanding is that qemu should not work like this. Usual host with > two network devices connected to the same network doesn't create loops > like this. You aren't emulating a host with two devices. You're emulating a switch with three ports. One connected to the guest, and the other two connected to tap interfaces. Exactly the same thing will happen if you implement this topology with real hardware. Paul