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 1BJx23-0000zy-2l for qemu-devel@nongnu.org; Sat, 01 May 2004 12:08:03 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BJx1W-0000pP-9H for qemu-devel@nongnu.org; Sat, 01 May 2004 12:08:01 -0400 Received: from [217.132.6.41] (helo=witch.dyndns.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BJx1V-0000oe-5C for qemu-devel@nongnu.org; Sat, 01 May 2004 12:07:29 -0400 From: "Hetz Ben Hamo" Subject: Re: [Qemu-devel] Win2003 and network - the saga continues Date: Sat, 1 May 2004 18:07:21 +0200 Message-Id: <20040501160102.M44620@witch.dyndns.org> In-Reply-To: <1083425268.5552.22.camel@localhost> References: <200405011739.59122.hetz@witch.dyndns.org> <1083425268.5552.22.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1255 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 Hi, > 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. There are only 2 files inside this ISO. The README file which I wrote (do I really need to declare GPL license for a README.TXT I wrote? :) The other file is just an INF file which is a simple text file with a list of vendors and their card names. Nothing secret or proprietary here. Heck, you can erase 98% of it and can still use it. The actual file that INF file installs (ne2000.sys) is actually an internal part of Windows 2000/XP/2003 and it's NOT inside the ISO image I provided. > 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". I already have a DHCPD server running at home and it seems that iptables with kernel 2.6 causing some problems (but maybe my machine is wrong configured - this machine is a big mix of Redhat 8 + 9 + Fedora, all in 1 partition, big party ;) Thanks, Hetz