Port forwarding refuses to work

I am using 19.07 and Luci.
A simple setup doesnt seem to work


Maybe its somehow related to NAT and if so, what settings I need to apply

iptables-save -c -t nat | grep DNA
[0:0] -A zone_wan_prerouting -p tcp -m tcp --sport 9091 --dport 9091 -m comment --comment "!fw3: PF" -j DNAT --to-destination 192.168.1.221:9091

Can you post the output of uci export firewall?

Remove the option src_port.

1 Like

I also find out I share my ip with other users, guess there's nothing to be done here?

Rent a cheap VPS (the smallest ones are around $10/year) , outside your ISPs network, or ask a buddy (who's got a public IP) to let you route traffic to you over his IP.

2 Likes

I got it working using a web relay eventually

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