Difference between revisions of "How To:Networking with DOSBox"
From DOSBoxWiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
Please edit your DOSBox .conf configuration file and set ipx=false to ipx=true | Please edit your DOSBox .conf configuration file and set ipx=false to ipx=true | ||
− | |||
− | |||
Line 14: | Line 12: | ||
IP of host Host Port | IP of host Host Port | ||
ipxnet connect 123.456.789.023 19000 | ipxnet connect 123.456.789.023 19000 | ||
− | |||
− | |||
Once a connection has been established, you can start playing your game and connect using the in-game multiplayer functionality. | Once a connection has been established, you can start playing your game and connect using the in-game multiplayer functionality. |
Revision as of 13:20, 15 November 2009
Please edit your DOSBox .conf configuration file and set ipx=false to ipx=true
For a person to start acting as a server, they must type the following command using the below syntax.
Available port (must be forwarded if behind a router) ipxnet startserver 19000
For a person to connect to a server, they must type the following command using the below syntax.
IP of host Host Port ipxnet connect 123.456.789.023 19000
Once a connection has been established, you can start playing your game and connect using the in-game multiplayer functionality.