Hello,
Just want to check if this is correct, I wantg to open all ports to an internal ip address, is this correct?
/ ip firewall nat
add chain=dstnat dst-address=165.98.144.236 action=dst-nat to-addresses=192.168.60.253 to-ports=0-65535 comment=“Codemet
VOIP” disabled=no
add chain=srcnat src-address=192.168.60.253 action=src-nat to-addresses=165.98.144.236 to-ports=0-65535 comment=“”
disabled=no