From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DDSuD-0004ti-HW for qemu-devel@nongnu.org; Mon, 21 Mar 2005 14:49:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DDStw-0004kq-9A for qemu-devel@nongnu.org; Mon, 21 Mar 2005 14:49:31 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDStv-0004ip-KE for qemu-devel@nongnu.org; Mon, 21 Mar 2005 14:49:23 -0500 Received: from [212.227.126.173] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DDSeL-0003oo-RO for qemu-devel@nongnu.org; Mon, 21 Mar 2005 14:33:18 -0500 From: Andreas Krause Subject: Re: [Qemu-devel] MS-DOS Network Client Date: Mon, 21 Mar 2005 20:34:19 +0100 References: <000e01c52b21$92fa00a0$6401a8c0@geodb.org> In-Reply-To: <000e01c52b21$92fa00a0$6401a8c0@geodb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503212034.19569.Andreas.Krause@web.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bolle@geodb.org, qemu-devel@nongnu.org I finally ran out of ideas. All I wanted to do is: Host OS: XP Guest OS: DOS boot some DOS setup Network (Lan Manager with TCP/IP transport) login to some Windows NT4.0 domain mount a share run an install.bat located on this share I tried almost every combination of the following variables: MS-DOS, DR-DOS, FreeDOS NE2000/ISA, RTL8029/PCI user-net, tap different BIOSses different qemu-releases (0.6.0, 0.6.1, daily builds) different network stacks (MS Network Client, WatTCP) DHCP, fixed IP (10.0.2.x in user mode, 192.168.0.x in tap mode) Completely no success. In other OSs than DOS (Knoppix, NT4.0) networking works perfectly in almost every combination without any effort. In DOS, I could load both, ne2000.dos and pcind.dos, by using a current bochs BIOS - but not a single packet seems to be transmitted in any configuration. In Linux and NT4.0 networking work's perfectly with the same parameters. Any clue? Did anyone run MS-DOS LAN Manager ind qemu successfully? Please, if any of the developers could try this combination and anlyaze somehow deeper than I am able to do? All I can do is try & error all day... Thanks in advance CU - nak