From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CYMc9-00077N-4V for qemu-devel@nongnu.org; Sun, 28 Nov 2004 05:49:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CYMc6-00073f-IV for qemu-devel@nongnu.org; Sun, 28 Nov 2004 05:49:06 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYMc5-00073R-4S for qemu-devel@nongnu.org; Sun, 28 Nov 2004 05:49:06 -0500 Received: from [193.17.41.25] (helo=rekin5.o2.pl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CYMSS-0004mo-Ru for qemu-devel@nongnu.org; Sun, 28 Nov 2004 05:39:09 -0500 Received: from poczta.o2.pl (localhost.localdomain [127.0.0.1]) by rekin5.o2.pl (o2.pl Mailer 2.0.1) with ESMTP id 9E6CA33CCF for ; Sun, 28 Nov 2004 11:39:03 +0100 (CET) From: =?iso-8859-2?Q?Piotr_R.?= Date: Sun, 28 Nov 2004 11:39:03 +0100 Content-Type: text/plain; charset="iso-8859-2"; Message-Id: <20041128103903.9E6CA33CCF@rekin5.o2.pl> Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] QEMU / VDE / multiple ifaces 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 I am trying to make qemu emulate multiple network interfaces, each=20 of them connected to another VDE switch. Is it possible? (doc say yes...) Did anyone try sth like that? My comand line looks like this /usr/local/bin/vdeq ./qemu -sock /tmp/vde_switches/LAB01 ,/tmp/ vde_switches/LAB02 -snapshot -k en-us -vnc -hda ./images/debian.img=20 -localtime -macaddr F1:F2:00:00:00:0 -vnc_port 6881 The problem is that vdeq seems to recognize only the first socket=20 correctly, the second goes as a qemu parameter. Heres ps dump: ./qemu -tun-fd 3 ,/tmp/vde_switches/LAB02 -snapshot -k en-us -vnc - hda ./images/debian.img -localtime -macaddr F1:F2:00:00:00:0 - vnc_port 6881 Thanks, Peter