could you try this in a browser and copy the response (if it works) to a text file and zip and send me by private message
http://192.168.0.1:1900/rootDesc.xml
The logs show that Plex Media Server is not detecting the Internet Gateway Device interface for the router (needed for uPnP auto port mapping - also for detecting and logging Double NAT)
That would normally stop remote access working. Look into getting that corrected. Should say āPrivate Networkā
You could use wireshark to see if a request from the outside to the public IP that shows on canyouseeme.org and the public port you have a forward for, does actually go through all your vpn routing and get the PC on 32400. If it does get through then it would be windows dropping it because of the āPublic Networkā property
wireshark is a network packet capture tool and when started, network packets are captured. You can select the network interfaces to start the capture on
Once the test is done, you stop the network capture - there are icons at the top for start capture and stopping
Then you save the capture as default pcap file
Zip and send to me
Together with what url was used to test
So Plex remote access connections would be using the public IP that plex.tv can see and that would be the IP Address that canyouseeme.org detects
Plex would then attempt to connect to that IP on the port that you entered with the manually specify port tickbox
so if 20069 is the manually specified port and you have port forward for it to forward 20069 to 32400 to 10.0.0.13 then it would be wan-ip:20069/web
I am going to use an imaginary IP
so you could have wireshark running capturing network traffic on the server and then on a device/computer that is outside your network (eg cellular connection or remote wifi), you would try http://107.181.111.111:20069/web
You would put in the WAN IP that plex sees and the same as http://canyouseeme.org detects
You then find the WAN IP of the device / computer making the request and note it down
We need then to see if that request from the noted down WAN IP (remote device/computer) gets to the server on port 32400
If it does then we know the routing in the router is ok
So if it arrives at 10.0.0.13 on port 32400 then we need to see what gets logged in the Plex Media Server.log file
So does the issue only arise when using vpn?
If your network is switching to Public, then you could try making sure all the plex related firewall rules apply to all network profiles - private and public
The plex rules being
program rules allowing the .exe files (not port specific)
incoming port rule for local port 32400, remote port and remote IP=any, Programs=any
I just gave up trying to make Plex work through a VPN, no amount of fiddling could get it to work. So I built another dedicated server, and moved everything except Plex to that machine. Then opened the Plex server to the world. It works flawlessly.
One of two things is true: either Plex just simply canāt work behind a VPN or Iām too stupid to figure it out.
All I can say is that Plex would use the public IP it sees at plex.tv - this would be the IP you would see when you go to http://canyouseeme.org and with that public IP it adds the port you manually specified in the server settings and for which you have a port forward in the router or the auto mapped uPnP public port if not manually specifying a port
How that would go through to your machine through a VPN, I cannot help with. It needs to reach your local router on that public port and then end up on local port 32400
If i will give you logs, please specify which files as i donāt want to share all the logs in the zip files.
I checked everything are available there.
The various logs give different information about the environment and highlight potential issues. Whilst some may seem not relevant they actually do add value - as an example the Plex Tuner Service logs tell me the times you restarted the server. Also the com.plexapp.system.log files tell me if there are issues internally to communicate between Plex Media Server processes. Also the crash uploader logs tell me if the server is crashing
As minimum i would like these logs as well as the Plex Media Server.*.log and Plex Media Server.log files plus router setup screenshots for port forward (if any) and dhcp reservation - and time when the issue arose
@kroix007 I havenāt been able to figure out how to securely play Emby remotely like on PLEX. Itās not as easy to setup from what I read and gave up. Hope it works out for you with Emby.
iām also getting this issue now after the most recent update. Iāve been a plex user for years, never had an issue with remote access, now all of a sudden, nothingā¦
Same issue here. I have been using Plex Media Server for many years, and never had this issue before.
When using canyouseeme.org I can see other services from my network, but not Plex on 32400 TCP. Bottom line, my other forward rules are working just fine, and Plex used to work just fine until sometime during spring time. Plex switches to indirect connection. If I disable the Relay feature, no connection is possible at all.
Plex is running on Ubuntu 18.04 with UFW disabled.
What has changed on the Plex side in the latest releases?