Hello
I recently decided to setup my spare raspberry pi as a Plex server but I can’t get remote access to see my forwarded port when I run it through an OpenVPN tunnel, where I confirmed port forwarding works. but I noticed that Plex uses the wrong interface, it’s supposed to use tun0 and not eth0, and when I go in to the network tab I can’t select tun0 and the interface Plex should run on which results in Plex seeing a class c network(my home network) instead of the VPNs internal class b network, any ideas how I can make this work?
I already tried everything I could find on google but nothing worked.
If I start a listener on the PI via netcat I can get plex to recognize the connection for 2 seconds until the socket is closed.
EDIT: I should also say that running the VPN on my router is not an option atm.