I am a New Microtik User, a friend of mine recently introduced me to Microtik. I downloaded the trial v6.0rc6 and have installed it on a pc with four 100 Mbps Lan Cards. It’s a testing phase.
The scenario is I have two Internet connection and they are as follows :-
WAN1
IP : 113.20.16.23
SUBNET : 255.255.255.240
Gateway : 113.20.16.20
DNS : 113.20.16.1, 113.20.16.2
WAN2
IP : 227.30.32.34
SUBNET : 255.255.255.240
Gateway : 227.30.32.30
DNS : 227.30.32.1, 227.30.32.2
I also have two LAN Networks. Lan1 - 192.168.1.0 Network
IP : 192.168.1.1
Subnet : 255.255.255.0
Lan2
IP : 172.16.1.1
Subnet : 255.255.255.0
I want to Route Lan1 Via Wan1 and Lan2 Via Wan2.
Please help me how can I accomplish this. I have only learnt few basic commands. I don’t want to go in depth. I would just want this scenario to be working. Your help will be highly appreciated.
If you really just want to route (no NAT & no firewall) then you could place the WAN/LAN interfaces in 2 different VRFs (In IP / Route). Make 2 VRF entries and assign one WAN & LAN to each. Those interfaces will then only see routing entries for the other interfaces in their VRFs.
That is a simple method - there are plenty of more complicated ways which offer additional features.
I don’t need load balancing that is not my requirement, after a long search I came to know about policy routing, I tried several examples but I can’t make it work.