so I have a webserver that I created the 3 NAT rules for and it works as it should. I now have a second webserver that I need to Port forward to the internet but I cant quite get it to work. the new server has an internal address of 192.168.1.26. I am port forwarding it from port 82 inbound. I can access it with the public address and the internal address as long as I am on my own network, but I still cannot access it from the public side. I have to be missing something small. here are my rules.
This rule has been in place for my first webserver
chain: srcnat
out interface: Wan
action: Masquerade
Next rule
Chain dstnat
Dst. Address 160.7.249.40
Protocol 6 (tcp)
Dst. Port 82
Action dst-nat
To Addresses 192.168.1.26
To Ports 80
Last Rule
Chain srcnat
Src. Address 192.168.1.0/24
Dst. Address 192.168.1.26
Protocol 6 (tcp)
out interface ethe2
action masquerade
to port 82