Port redirection

Hi there,

I try to change the public port to my plex running under Windows 10. Sadly my router doesn’t allow port forwarding. I have to do it under Windows.

I’ve tried this:
netsh interface portproxy add v4tov4 listenport=45000 listenaddress=PUBLICIP connectport=32400 connectaddress=192.168.0.11

Not working. I altough tried this with Powershell:

New-NetNat –Name NATnetwork -InternalIPInterfaceAddressPrefix 192.168.0.0/24
Add-NetNatStaticMapping -NatName “NATnetwork” -Protocol TCP -ExternalIPAddress PUBLICIP -InternalIPAddress 192.168.0.11 -ExternalPort 45000 -InternalPort 32400

Not working too. Firewall was off. Can someone help me? :slight_smile:

Thanks!

What exactly are you trying to achieve?

I want to hide the default 32400 Plex port. Or better said, not showing it but a random 45000 (for exemple).

EDIT: I saw this for exemple: Change the default port? - #3 by MovieFan.Plex But that doesn’t work for me. :confused:

This all refers to port-forwarding on your router.
If your router doesn’t support port-forwarding, it’ll do you no good to tinker with ports and network behavior of your pc…

Oh is there really no way to do this within Windows? Like take this TCP packet from port a and bring it to port b?

I’m having a virtual machine on this pc too, could it help?

NObody? :confused:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.