Difference between revisions of "How To:Networking with DOSBox"

From DOSBoxWiki
Jump to navigationJump to search
Line 1: Line 1:
 
For a person to start acting as a server they must type the following command using the below syntax.
 
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)
+
            Available port (must be forwarded if behind a router)
 
ipxnet startserver 19000
 
ipxnet startserver 19000
  
Line 7: Line 7:
 
For a person to connect to a server, they must type the following command using the below Syntax.
 
For a person to connect to a server, they must type the following command using the below Syntax.
  
           IP of host     Host Port
+
           IP of host--Host Port
 
ipxnet connect 123.456.789.023 19000
 
ipxnet connect 123.456.789.023 19000

Revision as of 17:13, 9 November 2009

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