Changing my port number

I’m trying to set up a peer-to-peer game where two of the players are in the same LAN together, and I’m outside their LAN. I believe the two LAN players need separate port numbers so that my computer can distinguish the two. I see no way to configure the port number - it’s 5050 by default. Is there a way to configure this?

Thus spake JohnnyNonsense:

I’m trying to set up a peer-to-peer game where two of the players are in
the same LAN together, and I’m outside their LAN. I believe the two LAN
players need separate port numbers so that my computer can distinguish
the two. I see no way to configure the port number - it’s 5050 by
default. Is there a way to configure this?

If the peers on the LAN are using client mode, then their outbound
ports should be random and won’t matter. You shouldn’t need to configure
the port number for any machine except the one running in server mode.


J.