I have this situation:
[pera@MikroTik] > ip address print
# ADDRESS NETWORK BROADCAST INTERFACE
0 195.242.105.246/24 195.252.106.0 195.242.105.255 public
1 192.168.1.2/24 192.168.1.0 192.168.1.255 lan
2 195.242.105.245/24 195.252.106.0 195.242.105.255 public
[pera@MikroTik] > ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat out-interface=public action=masquerade
1 chain=dstnat dst-address=195.252.106.246 protocol=udp dst-port=24015 action=dst-nat to-addresses=192.168.1.233 to-ports=24015
I am not sure how masquerade is applyed to certain public IP address if there is more than one address on some interface.
My next problem is how to link Public IP 195.242.105.245 address to Local one 192.168.0.111 if I allready have maquerading set for other address on same public interface.
Sory for my bad english.