From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CXC4D-00033f-Ux for qemu-devel@nongnu.org; Thu, 25 Nov 2004 00:21:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CXC4C-000330-Eh for qemu-devel@nongnu.org; Thu, 25 Nov 2004 00:21:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXC4C-00032S-BT for qemu-devel@nongnu.org; Thu, 25 Nov 2004 00:21:16 -0500 Received: from [204.127.202.64] (helo=sccrmhc13.comcast.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CXBuW-0000EH-Dn for qemu-devel@nongnu.org; Thu, 25 Nov 2004 00:11:16 -0500 Message-ID: <000301c4d2ad$34a6d360$0301a8c0@mohammadkhan> From: "M. Khalid Khan" Date: Wed, 24 Nov 2004 23:11:21 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Has anyone got tun/tap network running on WinXp host / Linux guest ? Reply-To: "M. Khalid Khan" , 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 must confess my ignorance but I'm having no luck in setting up a tun/tap network between WinXP host and Suse Linux guest. BTW user-net is working great but I need the emulated system to be a full fledged server. From what I can gather by reading the docs and messages, QEMU needs a script to setup tun/tap network ( by default /etc/qemu-ifup ). Unless I totally missed it, this script must be on the host OS. Now my host OS being WinXP, I don't have any "/etc" or any linux like scripts. Is there an alternate script/batch file for Windows? If not, what is the alternative? Care to help. Khalid PS: I really appreciate what is being done, keep up the good work.