How to Play QUAKE 1 LAN/Multiplayer in DosBox (IPX)

Make sure you have already enabled the IPX in Dosbox configuration file.: C:\Users\[YOURNAME]\AppData\Local\DOSBox\ (or similar file) ################################## Open 2 dosbox window! Required commands on SERVER side.: # Start an IPX tunneling server with 27040 UDP port ipxnet startserver 27040 # Start Quake 1 cd quake quake INGAME: Multiplayer - New Game - IPX - (Dont touch ingame port) Begin game ################################## Required commands on CLIENT side.: # Connect to your own server with 27040 UDP port ipxnet connect 27040 # Start Quake 1 cd quake quake INGAME: Multiplayer - Join a game - IPX- Search for local games - here you should see your server and connect to it.
Back to Top