From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPLcp-0005QU-L6 for qemu-devel@nongnu.org; Wed, 03 Nov 2004 08:56:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPLcm-0005Pj-VE for qemu-devel@nongnu.org; Wed, 03 Nov 2004 08:56:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPLcm-0005PT-BJ for qemu-devel@nongnu.org; Wed, 03 Nov 2004 08:56:32 -0500 Received: from [192.167.20.4] (helo=circolab.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CPLUZ-000488-QV for qemu-devel@nongnu.org; Wed, 03 Nov 2004 08:48:04 -0500 Date: Wed, 3 Nov 2004 14:48:10 +0100 From: marco ghidinelli Subject: Re: [Qemu-devel] [patch] problems with dual ethernet networking Message-ID: <20041103134810.GA8970@circolab.net> References: <20041102184443.GB18735@circolab.net> <20041103024531.GA19904@jbrown.mylinuxbox.org> <20041103093553.GA23923@cs.unibo.it> <20041103124025.GF23923@cs.unibo.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041103124025.GF23923@cs.unibo.it> 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 On Wed, Nov 03, 2004 at 01:40:25PM +0100, Renzo Davoli wrote: > On Wed, Nov 03, 2004 at 10:35:53AM +0100, Renzo Davoli wrote: > > Actually, it was implemented in qemu and vdeq used the multiple > > -tun-fd option provided bu qemu. > > > qemu has changed recently the option management, now it wants multiple > -tun-fd options for several tun interfaces (previously it accepted several > comma separated numbers). > > I have just committed on cvs an updated version of vde that should be able > to work with multiple interfaces. > the -nics option should not be needed. > > Sourceforge sometimes is late in updating the public access cvs, thus I > am sending here enclosed the patch for vdeq.c. > > I have had no time to test it personally, please let me know if it works > correctly. it works perfectly. great. > BTW: if you are connecting also several qemu machines on the same vde > network remember to change the MAC addresses! > The default configuration MAC is 52:54:00:12:34:56. (for eth0, > 52:54:00:12:34:57 for eth1 etc.). yes, of course! :) > renzo thankyou very much! :)