1:1 NAT Setup for Mikrotik

Hello , Our business has two Static WAN IP’s , one IP is already addressed to a cloud server what we would like is to assign our other Static IP to another server , how would we go about doing this with a Mikrotik Hex Router?

Thank You.

Regards.

Graham

Hey. Do this https://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT#Destination_NAT

Nice, so assuming a block of IPs, one could use this method for all the public IPs slated specifically for Servers (and presumably one at least for normal srcnat and users access to the internet).
Quick question, why would a server initiate connections outbound???

Usually because the word “server” can mean not only the responding party in the client-server architecture but also the powerful hardware or a process running on it centralizing some tasks of a network. So e.g. a process commonly called a mail server is likely to act as TCP server when receiving SMTP requests from LAN clients, but then act as a TCP client when actively establishing connections to other mailservers (including those in the internet).