Hello, i could use some help, i need to make something like this
redirect all IP requests to 192.168.0.0/16 to specific IP for example 10.10.10.1
is this possible with MT firewall ?
/ip firewall nat add chain=dstnat dst-address=192.168.0.0/16 to-addresses=10.10.10.1 action=dst-nat