From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fysay-0001tg-Cf for qemu-devel@nongnu.org; Fri, 07 Jul 2006 11:50:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fysax-0001t9-Ju for qemu-devel@nongnu.org; Fri, 07 Jul 2006 11:50:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fysax-0001t1-4z for qemu-devel@nongnu.org; Fri, 07 Jul 2006 11:50:19 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FysbO-0004lU-C6 for qemu-devel@nongnu.org; Fri, 07 Jul 2006 11:50:46 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Fysag-00019t-3t for qemu-devel@nongnu.org; Fri, 07 Jul 2006 17:50:02 +0200 Received: from zux221-170-246.adsl.green.ch ([81.221.170.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Jul 2006 17:50:02 +0200 Received: from ktk by zux221-170-246.adsl.green.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Jul 2006 17:50:02 +0200 From: Adrian Gschwend Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: news Subject: [Qemu-devel] Bridge with qemu VMs & VDE Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 07 Jul 2006 15:50:20 -0000 To: qemu-devel@nongnu.org Hi all, I try to connect my qemu sessions to the "normal" local network, I would like to do it bridged, which means I don't want to port/ip forwards or anything like this. I set up VDEv2.0 and launched vde_switch, tap0 gets created. As long as I work like this and start qemu with vdeqemu everything works fine, I can use the whole setup as a virtual switch and ping the tun0 IP and the VMs. Now I thought I will create a bridge interface, let's call it br0. I add eth0 to the bridge with "brctl addif eth0", and I do the same for tap0. Problem is that it doesn't seem to work, brctl show still shows both interaces but I can't do anything with tap0 now anymore, neither tcpdump from the host nor pinging or anything from the guest. I checked all docs I found for VDE but I don't get what I am doing wrong. Is this possible after all with VDE? If not, what other options do I have to use qemu sessions in a transparent way from the network POV? thanks Adrian