I have been able to do this MANY times on other routers but can’t seem to figure this MikroTik setup out. I first enabled UPnP
Enabled - check
Allow to Disable Extneral Interface - check (tried both ways)
Show Dummy Rule - check
None of this seemed to work. In Plex, I get the message that says we were unable to reach it fro outside your network. Then I tried port forwarding. Normally, it is as simple as saying any incoming traffic on port 32400 goes to a specific IP address. Here, there are 30 fields to fill in so it is over my head…
Then, I tried IP ->Firewall->Nat.
Enabled-check
Chain dstnat
src address - blank
dst address - blank (tried a few different things on these)
protocol tcp
src port 32400
dst port 32400
in interface - bridge 1 (tried them all)
Action dst-nat
to address 192.168.2.114 (my plex server)
to ports 32400
I know this is an old post but I’ve been struggling with this for a long time as well. I get the page to load but the plex app says it cannot reach the server from the outside. Did you figure it out or can anyone else help?
Plex is a real pain in the ass when it comes to networking. I swear it’s broken somehow.
If you’re trying to access it from an outside network, you might as well give up. I’ve had it working, then suddenly it died, then worked, then died permanently.
I love their system, but holy cow they need to clean up their server implementation badly.
In summary, I had to connect to the box ‘locally’ (in my case using an ssh tunnel connection to the box and a SOCKS5 proxy), after which it showed I was connected just fine.
I then checked the server on another local machine without the proxy running and connecting directly at ip_address:32400, and then it showed I was connectable from the outside.