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 1BKe83-00049L-U1 for qemu-devel@nongnu.org; Mon, 03 May 2004 10:09:07 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BKe6p-0003Tb-Gy for qemu-devel@nongnu.org; Mon, 03 May 2004 10:08:22 -0400 Received: from [130.136.10.114] (helo=pob.cs.unibo.it) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKe4F-0002DQ-B1 for qemu-devel@nongnu.org; Mon, 03 May 2004 10:05:11 -0400 Date: Mon, 3 May 2004 16:05:10 +0200 Subject: Re: [Qemu-devel] Question about tun/tap networking Message-ID: <20040503140510.GH7858@cs.unibo.it> References: <20040503030941.GA2865@jbrown.mylinuxbox.org> <1083584704.1931.3.camel@localhost> <20040503125954.GE7858@cs.unibo.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040503125954.GE7858@cs.unibo.it> From: renzo@cs.unibo.it (Renzo Davoli) 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 > start your vde_switch > % vde_switch -daemon If you want a vde_switch connected to a tun interface the command is: (you must be root!) # vde_switch -daemon -tap tap0 # chmod 777 /tmp/vde.ctl renzo Sorry to be a bit OT, but this tool is used to run qemu....