I am trying to get Plex available from outside my network, but even with my NAT rules I can't seem to get it to work.
Code: Select all
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" disabled=yes
add action=masquerade chain=srcnat out-interface=ether1 src-address-list="Local LAN"
add action=masquerade chain=srcnat comment="masquerade hotspot network" src-address=192.168.1.0/24
add action=masquerade chain=srcnat comment="masq. vpn traffic" src-address=192.168.89.0/24
add action=dst-nat chain=dstnat comment="Plex port forwarding" dst-port=32400 in-interface=ether1 protocol=tcp \
to-addresses=192.168.1.18 to-ports=32400