[Home] |
NE2000 Ethernet Patch |
Contents |
Overview The patch adds a Network card (old-style NE2000 model) to DOSBox's hardware. Since this card was quite popular at it's time it is supported by many operating systems. It uses the Pcap library to gain access to the host's ethernet connection. The code is originally taken from Bochs, was modified to work with DOSBox by a DOSBox developer for an old DOSBox version, and got a few bugs fixed. Requirements:
|
Configuring the ethernet device through dosbox.conf The patch adds the following parameters to the dosbox.conf:
Make your choice and set the realnic parameter accordingly: The DOSBox Status Window also displays status information, i.e. that everything went well. Look here first if you encounter difficulties. |
Installing under Windows 95 The virtual network card, once properly configured, is painlessly detected at installation time or by the hardware detection run of Windows 95. If you changed the interrupt you probably have to change it for Win95's driver too. |
Novells IPX This patch can be used to play IPX / Netbios games between new computers with DOSBox and old DOS machines. Files needed:
http://www.novell.com/coolsolutions/tools/13555.html They are distributed in the vlm121_x.exe files which are compressed DOS archives. Or you can download them from here: DOSODI files Therein a net.cfg with the proper settings for this patch is included. The IPX frame type 'Ethernet_802.2' set in this config file appears to be the default on many systems, however if your other computers use a different type you need to change it. The other most common value is 'Ethernet_802.3'. Put those files tohether in a folder, make it availible in DOSBox (mount) and then execute the files in this order:
You are now ready to play your game. |
Usage with Arachne DOS Webbrowser For Use with Arachne (http://sourceforge.net/projects/arachne-browser/), the packet driver needs to be loaded before Arachne is started. It comes with Arachne and is located in \system\pktdrvrs. It needs to be started before the main program every time with the parameters '0x60 3 0x300', if the NE2000 settings are at default. See the screenshot below: In Arachne, choose 'packet driver' and DHCP (if you have one). |
Windows 3.1 Note To get it to work you need to create a bootable image with MS-DOS and Windows 3.1(1). This is because the DOSBox-internal DOS emulation doesn't support the required MS-DOS networking functionality. |
Changelog
|
[Home] |