I broke my server into 2 separate modules.
The intention was to run one module on one server box and the other module on the other server box.
I'm running into issues with the port forwarding for the second box because, as I'm learning, ports can only be forwarded to a single machine. Are there ways around this?
If not, I'm interested to know if it's possible (I believe it is) to run multiple server instances on the same machine. If so, how does that work?
Thanks!