It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hello
I did the tutorial on how to set up a IPX game. Its working, but the one im hosting the game with cannot find the other players. Instead it keeps searching for players while the rest are playing "both clients". Is the hoster dedicated?
Everyones Socket number is 6113
edit: Well It worked once but...:
---------------------------------------------------------------------------------------
HOST:
z:\> ipx=true
z:\> mount h c:\games\dukenukem3d
Drive H is mounted as local directory c:\games\dukenukem3d
z:\> ipxnet startserver
IPX Tunneling utility for DosBox
IPX Tunneling Server Started
Then I "Start Host Game" > Some of the text coming up in the window is "IPX Tunneling Server Faild To Start" or something like that.
---------------------------------------------------------------------------------------
CLIENT's:
z:\> ipx=true
z:\> mount h c:\games\action\dukenukem3d
Drive H is mounted as local directory c:\games\action\dukenukem3d\
z:\> ipxnet connect xxx.xx.xxx.xxx
IPX Tunneling utility for DosBox
IPX Tunneling Client failed to connect to server at xxx.xx.xxx.xxx
---------------------------------------------------------------------------------------
Now im not sure whats wrong...
Post edited February 27, 2009 by RascZak
This question / problem has been solved by Qbiximage
try
ipxnet startserver 2000
and for the connects add the port number as well
the message tunneling server failed to start must be fixed first. without that fixed there is no use trying to start clients.
avatar
Qbix: try
ipxnet startserver 2000
and for the connects add the port number as well
the message tunneling server failed to start must be fixed first. without that fixed there is no use trying to start clients.

--------------------------------------------------------------
HOST:
z:\> "ipxnet startserver 2000"
No "faild" messages in "Start Host Game" so that part worked ;)
--------------------------------------------------------------
CLIENT's:
z:\> "ipxnet connect xxx.xx.xxx.xxx 2000" worked in DosBox but gave me a faild message in "Start Client Game". I tryed out diffrent commands without any luck.
"connect xxx.xx.xxx.xxx"
"connect xxx.xx.xxx.xxx:2000"
"connect xxx.xx.xxx.xxx 2000"
--------------------------------------------------------------
It is only the HOST who need to open the port on the router? Clients doesnt have to?
Post edited February 27, 2009 by RascZak
start dosbox twice on your pc. enable in both ipx
then in one:
ipxnet startserver 2000
the other
ixpnet connect 127.0.0.1 2000
then you have connection between the two and you know that dosbox works.
for remote clients you might have to check your firewall/nat
Post edited March 02, 2009 by Resil
avatar
Qbix: start dosbox twice on your pc. enable in both ipx
then in one:
ipxnet startserver 2000
the other
ixpnet connect 127.0.0.1 2000
then you have connection between the two and you know that dosbox works.
for remote clients you might have to check your firewall/nat

Worked ;) Thanks alot ;) Lets hope it lasts