Questions about real ips and static network ?

i am trying to link real ip to local server on my mikrotik server but the ping just work, i cant access to the local server.

i wana ask about how to creat static ips network on mikrotik server,

for example:

93.184.7.209 gateway
93.184.7.210 main real ip
93.184.7.211 real ip
93.184.7.212 real ip

my mikrotik server have main real ip 93.184.7.210

and i have other mikrotik servers on my local network ( LAN )

how can i creat local server mikrotik have 93.184.7.211 this real ip ? and then i can reach local server from outside my network ?

A few ways:

  1. Add all of the public IPs to the mikrotik and create some srcnat and dstnat rules for each server. The servers will have internal IPs, but when communicating with the outside world would use the public IPs. You’d also need to account for this with internal DNS by either mapping to the internal IP or setting up hairpin NAT.

  2. Bridge your WAN connection to a couple of other ethernet ports and physically connect the servers to those ports. Then assign the IPs to the servers directly. Firewall the servers accordingly using software on the server.

  3. PPPoE. You can set aside the other IPs as a pool in MT and create a PPPoE profile using the IPs you want. Dial PPPoE to the mikrotik from the server. (I use this method myself to assign a public IP to a testing router inside my network)