From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DMX8B-0000BZ-5Z for qemu-devel@nongnu.org; Fri, 15 Apr 2005 16:09:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DMX87-0000AY-ML for qemu-devel@nongnu.org; Fri, 15 Apr 2005 16:09:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DMX87-00009z-ED for qemu-devel@nongnu.org; Fri, 15 Apr 2005 16:09:31 -0400 Received: from [64.233.170.195] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DMX7P-0006s4-Lw for qemu-devel@nongnu.org; Fri, 15 Apr 2005 16:08:47 -0400 Received: by rproxy.gmail.com with SMTP id z35so1126733rne for ; Fri, 15 Apr 2005 13:07:51 -0700 (PDT) Message-ID: <41e41e7a05041513075fe5764b@mail.gmail.com> Date: Fri, 15 Apr 2005 22:07:51 +0200 From: Hetz Ben Hamo In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Subject: [Qemu-devel] Regarding Linux TUN/TAP Reply-To: Hetz Ben Hamo , 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 Hi Henrik, all.. Henrik, I think your patch is great and surely can help when using TUN/TAP.= . However, I would like to point an issue (and I'm not criticizing anyone here, I'm just asking for people thoughts, solutions).. The SLiRP solution for QEMU is great if a user want to connect to the net and browse, do some updates, etc, but it's not a good solution if someone want to stuff like: * Connect to host OS * Connect to other machines in the LAN * Use services from host OS For the things in the list above to make them work, the solution is to use TUN/TAP and/or VDE. These are great solutions - but setting them up is quite a challange for people who are nor familiar (or doesn't have a big knowledge) with Linux. What do people think could be a solution for end users? comments? Thanks, Hetz On 4/15/05, Henrik Nordstrom wrote: > The attached patch updates the Linux TUN/TAP interface >