I noticed that a lot of people are still using hamachi to play multiplayer games with the DOS version of Z. Since there is a little helpful server application, it is no more necessary to use this old fashioned method. Hosting a Z server has three major advantages:
- Connections meaning pings are much faster which is good for 3/4 player maps as well as games over longer distances (for instance Russia/Center Europe)
- Games are established must faster because a server must not be opened every time in dosbox.
- It is also possible to play with opponents that use Linux (or maybe MacOS, never tried that out so far sorry)
Case 1: You are the host of the game
Step 1: Download the Standalone Tunneling Server. You can get it here:
http://home.arcor.de/h-a-l-9000/dosbox_ ... ver_11.zip (Mirror1; Mirror2)
Step2: Unpack the "DosboxIPXServer" folder wherever you like to. Start the app by clicking on the start.bat Should look like this:

Step3: Default UDP Port is 2300. You can change this by opening the start.bat with an editor. Just replace the 2300 with the port you prefer. In my case 10000.
Step4: In order to get the IPX connections to the right computer in your home network, you must configure the so called "port forwarding" in your router's portal. I cannot tell you how to do this because every model is different. But as many programs, above all filesharing apps, need "port forwarding" you will find a description for sure. Just "forward" the port you chose in Step 3.
Step 5: Go the Dosbox directory and oben the dosbox.conf file. Scroll down to the bottom.
Switch-on ipx:
Code: Select all
ipx=true
Code: Select all
IPXNET CONNECT localhost 10000

Step 6: Click on the start.bat to open the IPX Server. Now start dosbox as usual. An IPX Connection should appear in the server window:

Step 7: find out your internet ip adress. For example here:
http://www.ip-adress.com/
Hand it out the your teammates as well as the port number you chose before. You must do this every time, because IP's are likely to change every 24 hours.
Case 2: You are not the host of the game and want to join
Step 1: You received the ip adress and port. Now go to the dosbox directory and open the dosbox.conf file. Scroll down to the bottom:
Switch-on ipx:
Code: Select all
ipx=true
Of course replace IP and PORT with the numbers you got from the host playerIPXNET CONNECT IP PORT

Step 2: start dosbox.exe and open the status window and check the connection. Should look like this:

>>For all players the same:
Open the game, go to the multiplayer area and chose Link Type: Network. Fill out the rest and click connect! Have a nice game!
