Difference between revisions of "IPX"

From DOSBoxWiki
Jump to navigationJump to search
(www.xvedeos.com http://kyolomud.freehostia.com/www.xvideos.-om.html www.xvideos. omwww.xvideos.con http://kyolomud.freehostia.com/xvideox.html xvideoxxvidoes xcom http://kyolomud.freehostia.com/xvideo)
Line 1: Line 1:
www.xvedeos.com http://kyolomud.freehostia.com/www.xvideos.-om.html www.xvideos. omwww.xvideos.con http://kyolomud.freehostia.com/xvideox.html xvideoxxvidoes xcom http://kyolomud.freehostia.com/xvideos-con.html xvideos confree xviedos.com http://kyolomud.freehostia.com/www.xviedos.html www.xviedosxvideos.com family http://kyolomud.freehostia.com/xvidoes-xcom.html xvidoes xcomxvideos.com free videos http://kyolomud.freehostia.com/604-www-xvidios.com.html 604 www xvidios.comxideos funny http://kyolomud.freehostia.com/283-www-xvideos.com.html 283 www xvideos.comwww.xviedos http://kyolomud.freehostia.com/freevouyerweb.html freevouyerweb786 xwideos.com http://kyolomud.freehostia.com/xvideos-grassottelle.html xvideos grassottelleredyube.fr http://kyolomud.freehostia.com/xvidios-.con.html xvidios .con
+
'''ipx = true | false'''<br />
 +
Enables / Disables IPX protocol under DOSBox<br />
 +
You can enable IPX later in the DOSBox command line with command:<br />
 +
'''ipx true'''<br />
 +
or disable it with command:<br />
 +
'''ipx false'''<br /><br />
 +
Note, that the IPX feature of DOSBox does not connect to an existing IPX network,<br />
 +
it provides an UDP based emulation of such.<br /><br />
 +
This means, one client has to start a server and let the others connect to it.<br />
 +
In a network with ''server'' and ''client'', use the following commands on the console,<br />
 +
to set up IPX networking:<br /><br />
 +
On ''server'' start the IPX server by typing:<br />
 +
'''ipxnet startserver'''<br /><br />
 +
and on ''client'' type:<br />
 +
'''ipxnet connect ''server'' '''<br />
 +
''server'' being the hostname or the IP address of the machine running the IPX server.<br /><br />
 +
At this point, there is a tunneled IPX network between the two hosts.<br />
 +
Repeating the second step on another machine adds it to the network.<br />
 +
 
 +
If the above commands do not work, and you are running Linux, specify the port number explicitly, as in the example below:<br/>
 +
'''ipxnet startserver 1222'''<br />
 +
and <br />
 +
'''ipxnet connect ''server'' 1222'''<br />
 +
This is the limitation of Linux environments, where only root (or superuser) can use port numbers lower than 1024. Feel free to use any not yet occupied port number greater than that value.

Revision as of 00:47, 30 September 2009

ipx = true | false
Enables / Disables IPX protocol under DOSBox
You can enable IPX later in the DOSBox command line with command:
ipx true
or disable it with command:
ipx false

Note, that the IPX feature of DOSBox does not connect to an existing IPX network,
it provides an UDP based emulation of such.

This means, one client has to start a server and let the others connect to it.
In a network with server and client, use the following commands on the console,
to set up IPX networking:

On server start the IPX server by typing:
ipxnet startserver

and on client type:
ipxnet connect server
server being the hostname or the IP address of the machine running the IPX server.

At this point, there is a tunneled IPX network between the two hosts.
Repeating the second step on another machine adds it to the network.

If the above commands do not work, and you are running Linux, specify the port number explicitly, as in the example below:
ipxnet startserver 1222
and
ipxnet connect server 1222
This is the limitation of Linux environments, where only root (or superuser) can use port numbers lower than 1024. Feel free to use any not yet occupied port number greater than that value.