From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BpS62-0004T4-31 for qemu-devel@nongnu.org; Tue, 27 Jul 2004 09:34:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BpS60-0004Rm-07 for qemu-devel@nongnu.org; Tue, 27 Jul 2004 09:34:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpS5z-0004Qt-Fw for qemu-devel@nongnu.org; Tue, 27 Jul 2004 09:34:19 -0400 Received: from [211.29.132.72] (helo=mail018.syd.optusnet.com.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BpS2Y-00069r-38 for qemu-devel@nongnu.org; Tue, 27 Jul 2004 09:30:46 -0400 Message-ID: <4107194E.3080201@optusnet.com.au> Date: Tue, 27 Jul 2004 23:11:10 -0400 From: Darrin Ritter MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] TUN network Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: LinuxSA , qemu hi Im currently trying to get a tun networking interface up and running for the qemu virtual machine, has any one had any exprience with this? the instructions say to modprobe tun to get the tun module loaded and then to run the following command ifconfig tun0 192.168.0.3 netmask 255.255.255.0 to get the interface configured. lsmod shows that there is a device module loaded and there is a device in the dev directory /dev/net/tun but I get the following error. SIOCSIFADDR: No such device tun0: unknown interface: No such device SIOCSIFNETMASK: No such device if any one can point me to the right Docs then Id appreciate it, Im sure its something that Im not doing right thanks DarR!N