question

Clayton H. avatar image
Clayton H. asked

Do the static IP addresses and prefix from title settings apply to multiplayer server instances?

Custom Game Serversmultiplayergame manager
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Gosen Gao avatar image
Gosen Gao answered

Those are the IP address used by PlayFab API service. PlayFab Multiplayer Server instance has its own IP address which is allocated by the MPS service. You can get it with API GetMatch or RequestMultiplayerServer.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Clayton H. avatar image Clayton H. commented ·

Yes, but it would be nice to not expose some of my backend services to the entire internet and instead restrict them to the CIDR block(s) allocated for the multiplayer servers, if one exists. With the PlayFab API there is the list of static IPs which I can add rules for.

0 Likes 0 ·
Gosen Gao avatar image Gosen Gao Clayton H. commented ·

Your MPS instance's info will not be exposed to others. If the instance was allocated via Matchmaking, only the players who were matched this time has access to this info. In the case of a server instance activated via the RequestMultiplayerServer API, only the requester knows this info.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.