HELP!!!! multi public IP

Hello All,

I have a issue where I cannot get my public IP addresses to forward to the the correct internal server, I have 3 IP addresses

two IP addresses:
Network : 115.70.181.32
Subnet Mask : 255.255.255.252
Broadcast : 115.70.181.35
Usable IP Range : 115.70.181.33 - 115.70.181.34

main IP address is:
WAN IP : 220..233.216.202
DEFAULT GATEWAY : 220.233.216.201
SUBNET MASK : 255.255.255.252

I need some desperate assistance in setting this up, I have emailed support and have got no where :frowning:

The exact implementation of the routing depends on how your servers are connected to the router but the basic setup should involve an entry in the route list for the IP addresses where you set the gateway to the appropriate interface(s).

So if you have all your servers connected to ether2 through a switch, you’d add the following entry:

/ip route add dst-address=115.70.181.32/30 gateway=ether2

The next step would be to assign the IP addresses to the servers either by configuring them as static addresses or by assigning them through DHCP.

This solution does assume that the 155.70.181.32/30 block is routed to your main IP address.