NAT Port Forwarding

ok, its friday afternoon here so forgive the stupid question

I NAT 10.0.0.0/24 out via a interface called “Internet” - i need to forward about 200 ports in a range to 10.0.0.24/32 on our lan. Is anyone able to give me a quick command line example. I think i should be using DST-Nat but i’m not sure on the syntax of it


Cheers

‘ip firewall nat add action=dst-nat chain=dstnat protocol=your_protocol dst-port=2000 to-addresses=your_addresses to-port=your_ports’