Hi people,
can anybody help me?
I want to redirect all incoming request from Internet to specific Internal IP address.
I prepare already this:
/ip firewall nat add chain=dstnat dst-address=1.1.1.1 action=dst-nat
to-addresses=2.2.2.123
(1.1.1.1 external IP, 2.2.2.123 Internal IP)
but it wouldn’t work. What can be the reason?
More info: the external IP address is with 29 mask, internal is with 24.