Well hello there, dear Plex Community!
I've been using Plex for quite a while now on my Apple TV as well as on other client devices. Recently I was forced to rework our wired home network setup which made it impossible to for me to connect my aTV 3 to my PMS.
Our ISP recently made the switch from good ol' copper to fancy new fibre. Awesome! But chaos unleashed when I found out that the new proprietary router gave mandatory super user access to my ISP and therefore my existing private lan environment. No go! So I purchased myself a new router and tried to put the ISP router to bridge mode. Of course this was not supported because the also propriatry TV boxes need to be attached to the ISP router. So I setup IP-forwarding to my new router with the resulting problem of a second subnet.
Due to the tiny wire channels in our house I am not able to wire a second ethernet connection from our TV room to the new router so the aTV has to be attached to the ISP router, my server where PMS and PlexConnect is installed obviously hides behind my new private router. To clarify the setup I attached a rudimentary network plan to this post.
The ISP router is routing the 192.168.0.0/24 with the router on 192.168.0.1 forwarding all incoming web traffic to my second router on 192.168.0.2. This one manages the 192.168.1.0/24 network with my PMS on 192.168.1.31. The outside world is able to ping my PMS via the external 27307 port which is forwarded to 32400 by my second router. However since the traffic from aTV is originating inside my first network it does not get forwarded to PMS by the ISP router.
PlexConnect is setup like this:
[PlexConnect] enable_plexgdm = False ip_pms = 192.168.1.31 port_pms = 32400 enable_dnsserver = True port_dnsserver = 53 ip_dnsmaster = 8.8.8.8 prevent_atv_update = True enable_plexconnect_autodetect = True ip_plexconnect = 0.0.0.0 hosttointercept = trailers.apple.com port_webserver = 80 enable_webserver_ssl = True port_ssl = 443 certfile = ./assets/certificates/trailers.pem loglevel = Normal logpath = .
My aTV ethernet connection like this:
DHCP IP: 192.168.0.41 (reserved IP via ISP router) SM: 255.255.255.0 Router: 192.168.0.1 DNS: 192.168.1.31
Any thoughts how I can resolve this issue?