From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPBKi-0005ko-Vy for qemu-devel@nongnu.org; Tue, 02 Nov 2004 21:57:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPBKi-0005kM-GK for qemu-devel@nongnu.org; Tue, 02 Nov 2004 21:57:12 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPBKi-0005kE-Bs for qemu-devel@nongnu.org; Tue, 02 Nov 2004 21:57:12 -0500 Received: from [38.113.3.61] (helo=smtp-out.hotpop.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CPBCW-0001G8-H3 for qemu-devel@nongnu.org; Tue, 02 Nov 2004 21:48:44 -0500 Received: from phreaker.net (kubrick.hotpop.com [38.113.3.103]) by smtp-out.hotpop.com (Postfix) with SMTP id 4F94C967C4E for ; Wed, 3 Nov 2004 02:48:37 +0000 (UTC) Received: from jbrown.mylinuxbox.org (pcp03144805pcs.midval01.tn.comcast.net [68.59.228.236]) by smtp-2.hotpop.com (Postfix) with ESMTP id A915294479C for ; Wed, 3 Nov 2004 02:48:34 +0000 (UTC) Date: Tue, 2 Nov 2004 21:45:31 -0500 From: "Jim C. Brown" Subject: Re: [Qemu-devel] problems with dual ethernet networking Message-ID: <20041103024531.GA19904@jbrown.mylinuxbox.org> References: <20041102184443.GB18735@circolab.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041102184443.GB18735@circolab.net> 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 Tue, Nov 02, 2004 at 07:44:43PM +0100, marco ghidinelli wrote: > i'm unable to get a running configuration with a dual ethernet card with > qemu and vdeq. > > i try with this commands: > > vde_switch -daemon -sock /tmp/vde1.ctl > chmod 777 /tmp/vde1.ctl > vde_switch -daemon -sock /tmp/vde2.ctl > chmod 777 /tmp/vde2.ctl > > vdeq qemu -sock /tmp/vde1.ctl,/tmp/vde2.ctl -nics 2 -hda vivian.img > > and i got this message: > > qemu: invalid fd for network interface 0 > > running: > > vdeq echo -sock /tmp/vde1.ctl,/tmp/vde2.ctl -nics 2 -hda vivian.img > > i got: > > -tun-fd 3,5 -nics 2 -hda images/vivian.img > > and looking in vl.c seems that qemu doesn't like very much the option > -tun-fd 3,5 > > is this option implemented? where i am wrong? No it is not implemented. vdeq is meant for only one sock at a time. You may be able to get qemu to work by using -tun-fd 3 -tun-fd 5 tho (not sure), but vdeq won't support that unless you change it. > let me know. > > bye! > > -- > BOFH excuse #10: > > hardware stress fractures > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.