Hello
I need to control bandwidth for some servers that are physically located in a datacenter.
Example: 79.28.22.200 up 256kbit, down 128kbit.
Now the ISP bring my a range of public IPs like 79.28.22.0/24 and I assign the IPs statically to each server. They are connected together to a switch that have in one port the ISP connection. The bandwidth is managed very basically thought the switch limiting the speed of each port.
The idea is to use a mikrotik to do something better. The first option was to configure each server with a private address and map each private address to each public address thought the use of dst-nat (out public to private) & src-nat (out private to public). The main problem of this is that each server must have a private address.
So I think in splitting the network in something like:
Network1 79.28.22.0/30 (79.28.22.1 router ISP & 79.28.22.2 ether1 mikrotik)
Netowork2 79.28.22.3 (79.28.22.4, .5, ... ,254)
There is any better way to do this? I don´t know what the datacenter have in the other point of our connection, i only plug a RJ45 to our switch to get connectivity.
Thanks for your help, and excuse for my english i´m spanish.