Ok - regained access to the local server… Had to set up an SSH tunnel to the Synology.
Anyways -
Connecting to the friends shared server still is unsuccessful. I’m still seeing the DNS queries to 192-168-1-221.{GUID}.plex.direct, 192-168-1-222.{GUID}.plex.direct and following TCP connections to the same 192.168 addresses whenever I click on the shared server attempting to reload it.
Plex web app debug log shows :
{
"type": "log:message",
"level": 4,
"message": "[Connections] Testing all 5 connection(s) for {Shared-Server-Name}",
"time": "2022-07-10T18:19:55.127Z"
},
...
{
"type": "log:message",
"level": 4,
"message": "[Connections] Testing connection for {Shared-Server-Name} at https://192-168-1-222.{GUID}.plex.direct:32400/media/providers",
"time": "2022-07-10T18:19:55.196Z"
},
{
"type": "log:message",
"level": 4,
"message": "[Connections] Testing connection for {Shared-Server-Name} at https://192-168-1-221.{GUID}.plex.direct:32400/media/providers",
"time": "2022-07-10T18:19:55.204Z"
},
{
"type": "log:message",
"level": 4,
"message": "[Connections] Testing connection for {Shared-Server-Name} at http://192.168.1.222:32400/media/providers",
"time": "2022-07-10T18:19:55.208Z"
},
{
"type": "log:message",
"level": 4,
"message": "[Connections] Testing connection for {Shared-Server-Name} at http://192.168.1.221:32400/media/providers",
"time": "2022-07-10T18:19:55.212Z"
},
{
"type": "log:message",
"level": 4,
"message": "[Connections] Testing connection for {Shared-Server-Name} at https://184-105-148-89.{GUID}.plex.direct:8443/media/providers",
"time": "2022-07-10T18:19:55.216Z"
},
...
{
"type": "log:message",
"level": 1,
"message": "[Connections] {Shared-Server-Name} is unavailable at https://192-168-1-222.{GUID}.plex.direct:32400/media/providers (Status 0)",
"time": "2022-07-10T18:20:05.201Z"
},
{
"type": "log:message",
"level": 4,
"message": "[Connections] Added insecure fallback connection for {Shared-Server-Name} at http://192.168.1.222:32400",
"time": "2022-07-10T18:20:05.204Z"
},
...
{
"type": "log:message",
"level": 1,
"message": "[Connections] All connections to {Shared-Server-Name} failed",
"time": "2022-07-10T18:20:05.216Z"
},
There appears to be some reference to 1he 192.168 range… which may be the actual internal IP of the shared server inside my friends network.