Unfortunately yeah I need to keep my server in the other subnetwork
It is not a problem for other devices which connect correctly to both servers from 192.168.X…
And the Tv can connect to my server when i use the unsecure (http) mode
But I don’t want it and the tv does connect in secure mode to the server in the same network (but only to this one ; i guess the certificate validation fails with mt server ? but if so, I can’t understand why)
Do you see the bitmap / netmask change you can make ?
192.168.0.x on a /24 == 192.168.0.x only
192.168.0.x on a /23 == 192.168.0.x and 192.168.1.x (subnet is wider)
192.168.0.x on a /22 == 192.168.0.x, 192.168.1.x, 192.168.2.x, 192.168.3.x
Presuming you don’t have routers between TV and PMS server,
All you need to do is change the PMS server HOST (’ .3’ ) netmask to /22 instead of /24
It will now see the .1 subnet as the same subnet and not Remote.
If you do have routers / switches with tagged vlans then a fair amount of work will need be done.
Alternative: Move your server to 192.168.0.x/23
If you have a DHCP server and make an IPreservation for the TV, you can also set its Netmask in that reservation (VERY easy to do and more effective)
FYI: RFC-1918 addresses (e.g.192.168.1.1) are not publicly routeable so they are perfectly safe to fully disclose (my server is 192.168.0.20, along with others on my LAN)
This rule, applied to the subnet where the PMS server is, would allow other clients (different subnets, eg DMZVTOR in this case) to pass through to reach PMS.
Interesting but not clear for me why it would be a network problem as :
the TV is able to connect to my server on the other subnetwork when i use unsecure parameters on the server & tv If mandatory, these UDP ports should be needed for unsecure connections aswell ?
other equipements (like a smartphone) on the Tv subnetwork is able to connect on a secure way to my server
Is the problem because you’re manually specifying the Manual Server (IP address) and only able to connect using http:// ??
If so, you can’t use https://LAN.IP.of.Server (IPv4 addresses do not have certificates. Only FQDN’s have certificates. You can’t have HTTPS without a certificate)
TV connects with secure connection to the shared server in the same network with the TV
TV connects to my server (on distinct subnetwork) ONLY when using unsecure connection (config in the tv player and « Secured connexions » set to ‘prefered’ in my server)
All the others Plex clients can connect to both servers with secure connection
port tcp 32400 is open on the router/firewall
When using a secure and normal config, both servers have same configurations :
ipv4
Plex certificate (no personal one)
Both certificate appear to present the same caracteristics
Strict TLS option on (changing it didn’t solve the problem)
Relay option off (we don’t want to use this to solve the pb)
Secured connexions : mandatory (we don’t want to use ‘prefered’)
what’s the router you’re using to instantiate/control the subnets?
Which subnet(s) does it create ?
What do you mean by “shared server” ?
– is it one shared with you which comes into your LAN via VPN ?
– is it a server you use for sharing media with the main kept strictly private ?