Server Version#: 1.19.4.2935
Player Version#: 8.3.0.18912 (14279def)
I use the Shield TV app for the player and my PC for the server. Both are connected to the same network, but I need to use remote play to avoid indirect streaming as my router/modem has DNS Rebinding issues. That was fine as I was using Remote play, but that stopped working for no apparent reason a few days ago.
I tried assigning a static IP to my PC but this did not work.
I heard that this was due to double NAT, but it doesn’t look like this is the case for me. If you have double NAT and run trace route, the top two IP addresses should be private, but this is not the case for me.
Your settings look ok to me.
If you cannot even see the IP/port via canyouseeme.org you might need to contact your ISP and ask them if they block those ports (e.g. “for your security”).
Have you also opened port 50000 in windows defender firewall? You will probably need to do that.
I know that when you specify a public port for plex, plex still listens on it’s default port (32400) rather than on the port you’ve specified. The port you’ve specified is just where clients are pointed towards. Thats why you’re getting issues when checking the port also. You could try setting up a forwarding rule in windows by running this from an administrator CMD prompt:
Port forwarding is handled on the router… in this particular scenario, the Windows machine never even knows the initial request is coming to port 50000 of the router because the router forwards the request to port 32400 on the local machine.
Remote access aside, you should be able to bypass the DNS rebinding issue and use local access for clients by manually configuring DNS on the Shield TV. You’ll need to disable DHCP in its network settings and give it a static IP address, subnet mask, and default gateway. Then, specify a public server (1.1.1.1, 8.8.8.8, 9.9.9.9, etc…) for its DNS. This will cause lookups to bypass your router.
As for the remote access issue, you may want to test temporarily disabling Windows Firewall to see if that helps; if you’re running any third-party firewall software, try disabling that as well.