Cannot Connect to Unity Multiplay Server

Hi All,

I am trying to connect to a running linux build on multiplay, my client is using a unity transport with the below variables for ip and that is the listed ip on the server. The server SDK is ready to accept players but when I try to join it just stalls until I get this error :
HttpException: (0) Cannot connect to destination host
Unity.Services.Multiplay.Http.ResponseHandler.HandleAsyncResponse (Unity.Services.Multiplay.Http.HttpClientResponse response, System.Collections.Generic.Dictionary`2[TKey,TValue] statusCodeToTypeMap) (at Library/PackageCache/com.unity.services.multiplay@1.0.0-pre.6/Runtime/Http/ResponseHandler.cs:106)

Nothing is shown on the server logs, so I am guessing its a config issue on the Unity transport side?

8610360--1155642--unity Transport.png

Are you using this example file?

try 0.0.0.0 as server listen adr, maybe it can help