I had this working in 3.10 don’t know about 3.11 Not working in 3.12 or 3.13
I had add these lines to 1:1 nat and block all ports except those I opened.
Issue is with the first line MT won’t let me add this line. I get “failure: to-ports valid only for tcp/udp”
How can I do this now?
#Generator
/ip firewall nat add chain=dstnat dst-address=x.x.x.x action=dst-nat to-addresses=192.168.107.12 to-ports=0 comment=Generator
/ip firewall nat add chain=srcnat src-address=192.168.107.12 action=src-nat to-addresses=x.x.x.x
/ip firewall nat add chain=dstnat dst-address=x.x.x.x protocol=tcp dst-port=22 action=dst-nat to-addresses=192.168.107.12 to-ports=22
/ip firewall nat add chain=dstnat dst-address=x.x.x.x protocol=tcp dst-port=443 action=dst-nat to-addresses=192.168.107.12 to-ports=443