From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BJwPj-0001kw-Hh for qemu-devel@nongnu.org; Sat, 01 May 2004 11:28:27 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BJwP8-000135-6M for qemu-devel@nongnu.org; Sat, 01 May 2004 11:28:22 -0400 Received: from [62.241.160.9] (helo=shockwave.systems.pipex.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BJwP7-00012A-Rt for qemu-devel@nongnu.org; Sat, 01 May 2004 11:27:49 -0400 Received: from dm.chilbolton.house (81-86-232-23.dsl.pipex.com [81.86.232.23]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 609F81C00150 for ; Sat, 1 May 2004 16:27:48 +0100 (BST) Subject: Re: [Qemu-devel] Win2003 and network - the saga continues From: James Ascroft-Leigh In-Reply-To: <200405011739.59122.hetz@witch.dyndns.org> References: <200405011739.59122.hetz@witch.dyndns.org> Content-Type: text/plain Message-Id: <1083425268.5552.22.camel@localhost> Mime-Version: 1.0 Date: Sat, 01 May 2004 16:27:48 +0100 Content-Transfer-Encoding: 7bit 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 Sat, 2004-05-01 at 17:39 +0300, Hetz Ben Hamo wrote: > I created an ISO image with the network driver (the image is attached as gzip > - the funny part is that when it's un-gzipped, it's 320k, gzipped - 5k) and > with a simple README file. Fabrice, could you add it to the QEMU web site > please? (or to CVS) I don't think it is a good idea if Fabrice starts publishing other people's software. I don't know what the licence is but perhaps just a hyper-link would suffice. > Problem is, windows 2003 doesn't even want to ping.. > The Windows setting is: 192.168.1.3, net mask 255.255.255.0 > I tried to add a gateway to 192.168.1.12 (this host machine) but it didn't > help.. You added the host machine as a gateway within the guest? You also need to tell the host how to respond to the pings with something like: route add -host tun0 Personally I use the scripts published to the list earlier to set up NAT and DHCP for the guest machine. The post was by Nathan Hand on Thursday entitled "improved qemu-ifup script".