From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BuBbQ-0008LT-P6 for qemu-devel@nongnu.org; Mon, 09 Aug 2004 10:58:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BuBbP-0008Kx-Rm for qemu-devel@nongnu.org; Mon, 09 Aug 2004 10:58:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BuBbP-0008Kp-MB for qemu-devel@nongnu.org; Mon, 09 Aug 2004 10:58:19 -0400 Received: from [64.233.170.196] (helo=mproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BuBXR-0000OJ-Fh for qemu-devel@nongnu.org; Mon, 09 Aug 2004 10:54:13 -0400 Received: by mproxy.gmail.com with SMTP id 74so243978rnk for ; Mon, 09 Aug 2004 07:54:10 -0700 (PDT) Message-ID: <56402133040809075470e00759@mail.gmail.com> Date: Mon, 9 Aug 2004 09:54:09 -0500 From: Mike Tremoulet Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Networking on Win2K host 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 All -- Hopefully you can help me with this - I'm so close to having it working, I can taste it. I'm using Kazu's outstanding windows port (http://www.h7.dion.ne.jp/~qemu-win/), although I have compiled my own with Mingw/Msys, both with and without his networking patch. Qemu itself seems to run quite well and quite fast. The only hurdle I have left is networking. I have three interfaces on my Win2K host - an integrated Ethernet NIC, a wireless NIC, and OpenVPN 2.0beta2 TAP-Win32 (installed in the process of trying everything). When I boot in Qemu, I get an IP address of 10.*.*.* assigned. This corresponds to nothing on my network. I can resolve domain names, but I cannot apparently send or receive traffic. If I execute "ping google.com", the ping command comes back with an IP address for google.com but no packets received. For the "test" linux image available from the qemu site, I do not even have an eth0 defined - there is no corresponding device, according to the guest. My questions are: - What else must I do to configure the host side of networking? - How do I know or define which adapter on my host is being used by qemu? Host machine: Win2K SP4, Winpcap 3.1beta3, TAP-Win32 Guests: Gentoo 2004.2 livecd, Debian sarge livecd, Test linux image There's a HOWTO waiting to be written on this... Thanks in advance, -- Mike