53
How to watch my plex media when work wifi just blocked plex?
(lemmy.dbzer0.com)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
I simply changed my public port to 443 in Plex and made a port forward on my home router. 443 -> internal_ip:32400
How do I do this?
On your Plex server, you change the public port here
On your home router, you reserve the IP address (aka DHCP reservation) assigned to the machine hosting the Plex server (or you assign a static IP address to it) in my case it's
192.168.1.90
, then you make a port forward so that port 443 on your public address is forwarded to your internal_ip port 32400.Now the home router part is specific to your router brand and model, so you'll have to do some research on your end.
I have spectrum so I have the default modem/router they provide which for my use case is just fine. In the spectrum app I can assign port forwards.