Hi, I have that problem with dst-nat. I have a rule to forward webmail on my NAS with dst-nat and works fine.
The problem is that if there is a bruteforce attack on mail NAS lockout IP for 24 hours. The problem is that NAS lockout not public IP but routerboard IP
For example
151.86.78.XXX (ip to lockout)
192.168.1.254 (routerboard)
192.168.1.37 (NAS)
On NAS log I get this error
Host [192.168.1.254] was blocked via [MailPlus Server].
that’s the rule
add action=dst-nat chain=dstnat dst-port=443 in-interface=ether24 log=yes
log-prefix=443 protocol=tcp to-addresses=192.168.1.37 to-ports=443
Someone can help ?