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 1BKbwt-00030G-4Z for qemu-devel@nongnu.org; Mon, 03 May 2004 07:49:27 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BKbsh-0001K3-Cl for qemu-devel@nongnu.org; Mon, 03 May 2004 07:45:38 -0400 Received: from [81.169.145.165] (helo=natsmtp00.rzone.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKbsg-0001Hw-9R for qemu-devel@nongnu.org; Mon, 03 May 2004 07:45:06 -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 i43Bj3JM008725 for ; Mon, 3 May 2004 13:45:04 +0200 (MEST) Subject: Re: [Qemu-devel] Question about tun/tap networking From: Arne Bernin In-Reply-To: <20040503030941.GA2865@jbrown.mylinuxbox.org> References: <20040503030941.GA2865@jbrown.mylinuxbox.org> Content-Type: text/plain Message-Id: <1083584704.1931.3.camel@localhost> Mime-Version: 1.0 Date: Mon, 03 May 2004 13:45:04 +0200 Content-Transfer-Encoding: 7bit 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 On Mon, 2004-05-03 at 05:09, Jim C. Brown wrote: Hi Jim, > I recommend using vde by Renzo Davoli instead of the default tuntap. > I am able to network 2 instances of windows 98 (in separate qemu's) and > minix 2.0.4 (in a hand-modified bochs). It worked without a hitch, and all > the machines are on the same subnet. > > You still need forwarding to let the virtual machines see the lan or the > internet, however. The plus with vde is that you don't need to set up routing > for all these different tunN devices. (I use the Shorewall firewall, and using > tun was a pain...vde means I just have to set up routing and masquerading > for tap0, instead of for tun0, tun1, tun2, ...) > may you tell me how you set up your vde network ? I downloaded vde, installed it, bootet 2 qemus (on the same subnet) and tried to ping each other... I does not work, but i can ping the host they run on using a tap0 device, and see the who-has... arp stuff while running tcpdump on tap0. So it would be very interesting how you configured your vde_switch qemu setup for multiple machines on the same vde_switch. thanks, arne