I have two interfaces eth1 for WAN with public ip 88.x.x.x, eht2 for LAN
on LAN intf Eth2 I have 3 VLANs (vlan1, vlan2, vlan3)
I want port forward traffic on port 22 to a server on vlan1 with an ip 10.x.x.x
Here is the line that I get when I use "ip firewall nat print " command
chain=dstnat action=dst-nat to-addresses=10.x.x.x to-ports=22
protocol=tcp dst-address=88.x.x.x dst-port=22 log=no log-prefix=“”