From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C0U7A-0006gd-7L for qemu-devel@nongnu.org; Thu, 26 Aug 2004 19:57:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C0U78-0006gB-Gu for qemu-devel@nongnu.org; Thu, 26 Aug 2004 19:57:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C0U78-0006g8-Ex for qemu-devel@nongnu.org; Thu, 26 Aug 2004 19:57:06 -0400 Received: from [202.0.58.21] (helo=linda-2.paradise.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C0U20-0000YN-Aa for qemu-devel@nongnu.org; Thu, 26 Aug 2004 19:51:48 -0400 Received: from smtp-2.paradise.net.nz (smtp-2a.paradise.net.nz [202.0.32.195]) by linda-2.paradise.net.nz (Paradise.net.nz) with ESMTP id <0I3200LGWVMBLK@linda-2.paradise.net.nz> for qemu-devel@nongnu.org; Fri, 27 Aug 2004 11:51:47 +1200 (NZST) Received: from diggn.home.org (unknown [202.0.62.60]) by smtp-2.paradise.net.nz (Postfix) with ESMTP id 51F2E9E606 for ; Fri, 27 Aug 2004 11:51:47 +1200 (NZST) Date: Fri, 27 Aug 2004 11:52:03 +1200 From: Andrej Subject: Re: [Qemu-devel] tun interface In-reply-to: <20040826234432.GA12212@jbrown.mylinuxbox.org> Message-id: <200408271152.03227.andrej@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <200408270830.21704.andrej@paradise.net.nz> <200408271137.23491.andrej@paradise.net.nz> <20040826234432.GA12212@jbrown.mylinuxbox.org> 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 Fri, 27 Aug 2004 11:44, Jim C. Brown wrote: > /dev/net/tun is accessable by root only, by default. You > either need root perms or you have to change the permissions > on /dev/net/tun to let qemu use it. The perms are as follows: crw-rw---- 1 root wheel 10, 200 2001-03-26 09:04 tun drwxrwxr-x 2 root wheel 72 2001-03-26 09:04 /dev/net and the user running qemu is member of wheel Good enough? Cheers