loop4ever wrote: ↑Thu Mar 05, 2020 13:41
1) When using the STARTSERVER command on the host computer, you must supply your local IP address and a port (even if it’s only over LAN, in my experience it won’t work without giving it a port to use). The most frequently used port number for NetKeen is 3140. (Then, use the same IP and port to connect from the other computer.)
Hmm... interesting. I did it but without using any port, or my IP address.
Okay, it seems I remembered wrong, should've tested beforehand lol.
The command "IPXNET STARTSERVER" actually doesn't accept an IP address, only a port. For instance:
If you don't supply a port number, it will just use the default port of 213.
However, the command "IPXNET CONNECT" requires an IP address, or it will simply give the error "IPX Server address not specified." Additionally, if the server is using a port other than the default of 213, it will hang for a second before giving the error "IPX Tunneling Client failed to connect to server at
[specified IP]." In which case, the appropriate command would be "IPXNET CONNECT
[IP Address of Host] [Port of Host]".
For example, if we were to try to connect a client to our example server above (pretending it has the local IP address of 192.168.0.157) then the command would look like this:
I just did some tests using two instances of DOSBox on a single computer (don't have a second computer to test with currently) and it was able to connect without supplying a port number in either command. Not sure how many things are affected by the fact that it was on the one computer (aside from the fact that using two computers would require using the actual network IP of the host rather than the default 127.0.0.1).
After my experiments I think the problem I'd had before which I was referencing must have actually been caused by the host using a non-default port which caused my client to not be able to connect without also using said port. Sounds obvious in hindsight.
Nisaba wrote: ↑Sun Mar 01, 2020 16:17
please allow me to remind you to make the Ultimate Video Guide.
An ultimate guide would be a great thing, especially if it could cover all the little quirks that are unintuitive / hard to figure out. Of course some research would probably be necessary to gather all of the information on them. We need to conduct an experiment observing new players attempting to set up NetKeen for the first time to see where the problems arise. Any volunteers?