@darkman738 said:
@mharald,
I will try to get another capture, but from my initial tests my router was directing traffic to the correct IP. (As I said, the exact config worked for other resources.)
@Ach!lles,
This would be unfortunate but I could get around this with an external port mapping directly to the server on 32400 so apps would work. We aren’t likely to be using a laptop to view the library externally, more mobile devices.
@cayars,
Ultimately what I’m trying to do is make access simpler for the less technically capable/literate in my house. My goal is to allow them to type “plex.mydomain.com” into a browser and view our library. It would be great if this worked externally, but internally is my primary goal. External I can work around whichever limitation as we would typically be using mobile apps externally.
Thanks,
Frank
Just register your own domain and setup a simple web page redirect. So for example you could register darkman.tv domain. Use a 3rd party DDNS provider to map your domain to your home router’s external IP address. Many of the better home routers can do this for you.
At this point in a browser you can go to http://darkman.tv:32400 and be in business. If you don’t like specifying the 32400 port then you can setup Plex to answer on port 80 and forward port 80 on your router to your plex server then access as simple as http://darkman.tv. Only slightly more work but basically the same to support https as well.
But NO NEED for any load balancing.
BTW, my system is setup like this and it works well. I still use port 32400 as I have another web server running on port 80 and 443 but I have a link on that page so it’s still easy to access. I can remotely access my router, smart switches, remote access to internal servers, 3rd party network monitoring, Torrent, FTP, PlexPy, Plex Requests.Net, etc through a web interface so it makes things much easier to manage.
You can do something similar with GitHub - causefx/Organizr: HTPC/Homelab Services Organizer - Written in PHP
Another way to accomplish what you want to do is with nginx.
Carlo