qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] MS-DOS Network Client
@ 2005-03-17  8:11 Andreas Krause
  2005-03-17 18:46 ` Andreas Bollhalder
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Krause @ 2005-03-17  8:11 UTC (permalink / raw)
  To: qemu-devel

Hi there,

did anyone successfully run Microsoft Network Client in a MS-DOS guest OS?

Here's my configuration:

- current qemu-Installer from freeoszoo
- Host OS: Win XP
- Guest OS: MS-DOS 6.22 / freedos
- Network: MS Network Client 3.0

Running qemu in PCI-mode and trying RTL8029 fails: When loading pcind.dos the driver does not find any network interface card.

When running in ISA-mode an using NE2000 the driver ms2000.dos loads but no packet can be received from or send to 10.0.2.2.

Please, if anyone could tell if it's possible to run preferrably in PCI mode and how to setup networking successfully. My aim is to mount a SMB share (net use x: \\server\share) an run an install.bat from this drive to Install my company's NT4.0-Installation.

Thanks in advance

A. Krause

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [Qemu-devel] MS-DOS Network Client
  2005-03-17  8:11 [Qemu-devel] MS-DOS Network Client Andreas Krause
@ 2005-03-17 18:46 ` Andreas Bollhalder
  2005-03-21 19:34   ` Andreas Krause
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Bollhalder @ 2005-03-17 18:46 UTC (permalink / raw)
  To: qemu-devel

I use the Novell 16-bit NetWare Client and it works fine with the
TCP/IP stack that GEOS setup on it. FreeDOS EMM386 seems to have some
problem with QEmu. Therefor I use the one from DR-DOS 7.03.

Try the ISA mode with the NE2000 driver set to IRQ = 9 and PORT = 300.
Maybe you could try to patch QEmu with the available PCNET or 3C509
NIC's.

Andreas

> -----Original Message-----
> From: qemu-devel-bounces+bolle=geodb.org@nongnu.org 
> [mailto:qemu-devel-bounces+bolle=geodb.org@nongnu.org] On 
> Behalf Of Andreas Krause
> Sent: Thursday, March 17, 2005 9:11 AM
> To: qemu-devel@nongnu.org
> Subject: [Qemu-devel] MS-DOS Network Client
> 
> 
> *This message was transferred with a trial version of 
> CommuniGate(tm) Pro*
> Hi there,
> 
> did anyone successfully run Microsoft Network Client in a 
> MS-DOS guest OS?
> 
> Here's my configuration:
> 
> - current qemu-Installer from freeoszoo
> - Host OS: Win XP
> - Guest OS: MS-DOS 6.22 / freedos
> - Network: MS Network Client 3.0
> 
> Running qemu in PCI-mode and trying RTL8029 fails: When 
> loading pcind.dos the driver does not find any network interface
card.
> 
> When running in ISA-mode an using NE2000 the driver 
> ms2000.dos loads but no packet can be received from or send 
> to 10.0.2.2.
> 
> Please, if anyone could tell if it's possible to run 
> preferrably in PCI mode and how to setup networking 
> successfully. My aim is to mount a SMB share (net use x: 
> \\server\share) an run an install.bat from this drive to 
> Install my company's NT4.0-Installation.
> 
> Thanks in advance
> 
> A. Krause
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] MS-DOS Network Client
  2005-03-17 18:46 ` Andreas Bollhalder
@ 2005-03-21 19:34   ` Andreas Krause
  2005-03-21 20:22     ` Jim C. Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Krause @ 2005-03-21 19:34 UTC (permalink / raw)
  To: bolle, qemu-devel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] MS-DOS Network Client
  2005-03-21 19:34   ` Andreas Krause
@ 2005-03-21 20:22     ` Jim C. Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Jim C. Brown @ 2005-03-21 20:22 UTC (permalink / raw)
  To: qemu-devel

On Mon, Mar 21, 2005 at 08:34:19PM +0100, Andreas Krause wrote:
> 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.
> 

I use Linux as the host OS, and I also have never been able to get MSDOS to
use the network in qemu.

I just tried and same problem as last - hardware seems to be detected and work,
but no packets can be seen.

I use qemu's own BIOS and have had this problem since 0.5.5

> 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
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-03-21 20:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-17  8:11 [Qemu-devel] MS-DOS Network Client Andreas Krause
2005-03-17 18:46 ` Andreas Bollhalder
2005-03-21 19:34   ` Andreas Krause
2005-03-21 20:22     ` Jim C. Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).