Difference between revisions of "Network Setup"

From DOSBoxWiki
Jump to navigationJump to search
Line 1: Line 1:
Network Setup is not trivial in DOSBox without applying patches e.g. NE2000 NIC interface. But anyway, it is possible; at least with slip/PPPP over serial or with packet driver shim over IPX. In the followings, ubuntu linux host is assumed at least when slip or ppp is used.
+
Network Setup is not trivial in DOSBox without applying patches e.g. NE2000 NIC interface. But anyway, it is possible; at least with slip/PPP over serial or with packet driver shim over IPX. In the followings, ubuntu linux host is assumed at least when slip or ppp is used.
  
 
=== HOWTOs ===
 
=== HOWTOs ===
Line 5: Line 5:
 
* [[PPP_configuration_on_linux_host|PPP configuration on linux host]]
 
* [[PPP_configuration_on_linux_host|PPP configuration on linux host]]
 
* [[Slip_configuration_on_linux_host|Slip configuration on linux host]]
 
* [[Slip_configuration_on_linux_host|Slip configuration on linux host]]
* Tunneling over DOSBox builtin IPX feature (tunneling in tunneling, despite this, it is the simplest to deploy)
+
* [[Networking_using_DOSBox_IPX|Tunneling over DOSBox builtin IPX feature]] (tunneling in tunneling, despite this, it is the simplest to deploy)
  
 
=== Networking Applications ===
 
=== Networking Applications ===

Revision as of 06:09, 27 June 2016

Network Setup is not trivial in DOSBox without applying patches e.g. NE2000 NIC interface. But anyway, it is possible; at least with slip/PPP over serial or with packet driver shim over IPX. In the followings, ubuntu linux host is assumed at least when slip or ppp is used.

HOWTOs

Networking Applications

Operating Systems

  • Almost all DOSes that work in DOSBox using serial packet driver or SHIMs to ODI/NDIS for certain applications
  • Microsoft Windows 3.11 with Winsock
  • QNX4 demofloppy - modem version (with ppp setup, a standalone live operating system on one floppy)

External Links