I can access everything from outside now, must have been my dns script that failed, but internal access does not work. I followed the stops in the wiki you sent for hairpin, but it still seems not to work, anything I can upload for you you guys to look at?
I’m having the same issue. I used the same website as the person above and verified that the port was open, I can get my plex server to start to load from the outside world however it just hangs once the gui loads up. I think it has something to do with a firewall rule or outbound rule or something? its connecting inbound but like its not talking outbound… thoughts?
I have been fighting with this for the last two days, and think I have read all the posts on this forum relating to Plex and UPnP,
After a lot of tinkering there I found two fixes;
1)Use UPnP, several other poeple have not had issues when using UPnP, it just worked for them, i had to manually specify the information for my external interface:
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=bridge type=internal
add forced-external-ip=85.96.108.209 interface=ether1-gateway type=external
Rather than using UPNP, manually create a DNAT tranlation, it looks a bit different from the other translations i have used but seems to work.
(Basically this was in the list of NAT translations when I had it setup with UPnP, so I removed the automatic config and the UPnp settings and created it manually, you will need to specify the port number from the Plex config page (Server>Connect>Port)
/ip firewall nat
add action=dst-nat chain=dstnat comment=PLEX dst-address=
86.27.67.17 dst-port=32400 protocol=tcp to-addresses=192.168.100.10
to-ports=32400
Hopefully that will save someone two days of frustration in future
-Aids