1- I connected the first client to the server on port 1337
2- I established a reverse proxy "started" on port 512
3- I attempted to connect second client to the first client
4- The second client did not show up on the list of connected clients
There are no official steps to follow so excuse me for my confusion.
I realize that the code for binding the port of reverse proxy is in the server app, and there is nothing forwarding the instructions to the first client so it would accept connections on the 512 port and forward them to server on port 1337.
1- I connected the first client to the server on port 1337
2- I established a reverse proxy "started" on port 512
3- I attempted to connect second client to the first client
4- The second client did not show up on the list of connected clients
There are no official steps to follow so excuse me for my confusion.
I realize that the code for binding the port of reverse proxy is in the server app, and there is nothing forwarding the instructions to the first client so it would accept connections on the 512 port and forward them to server on port 1337.