Hi Guys,
Apologies, if its a very direct approach however being self trained on Mikrotik and taking over a mess from predecessors' doesn't help.
I have a following situation.
Router: RB3011 UiAS-RM
I am in need to set this up.
It also has a local LAN for test i have created.
it is 192.168.77.0/24
ISP:
I have been given a 350Mbps line with 13 Static IPs
Allocation is 62.30.5.16/28
so I have 62.30.5.16 as Network
62.30.5.17 as GW
and 62.30.5.17 ---- 30 useable IPs while .31 as broadcast
I have configured above on WAN1 interface and added a static route to 62.30.5.17 and up and away on internet.
However, I need to configure NAT for multiple servers which will reside behind this router.
as an example
192.168.77.10 >>> 62.30.5.19 Mailserver as an example
192.168.77.11 >>> 62.30.5.20 IIS as an example
I have been trying to add as below
add chain=src-nat src-address=192.168.77.10 action=src-nat to-addresses=62.30.5.19
add chain=dst-nat dst-address=62.30.5.19 action=dst-nat to-addresses=192.168.77.10
i have also gone ahead and disabled general masquerade rule upon which gives me no internet at all
I am also unable to get NAT'ing working.
Ideally,, I want all other traffic to use first useable IP and then rest to NAT as per my liking
Your valued time and suggestions to point me in the right directions will be highly appreciated.
thanks