I am kawsar from BD and really new on this field. I don’t know more about mikrotik. If anyone could help me I will be glade.
My exceptation-
I have to WAN connection on same mikrotik [CCR-1009-1S-1S+]. ether1 and ether2. I have outpur LAN on ether6. I have WAN1=25 Mbps and WAN2=20 Mbps bandwidth. I made PCC load balance and Its not working properly. When I start loadbalance, all of my customer makes complain to me that the NET is really very slow. Eventhough sometimes GMAIL is not opened. When I stop loadblance its works fine. Customer also don’t have any problem.
Now lets think about another thing.
I have two WAN port in my Mikrotik CCR-1009-1S-1S+. Example: WAN1 and WAN2.
I have one LAN port named LOCAL.
I have 4 IP block for my local users. Example: 192.168.0.0/24, 192.168.1.0/24, 192.168.2.0/24, 192.168.3.0/24.
Now I want I will pass my user by two WAN port. Example: By WAN1 port I will pass 192.168.0.0/24, 192.168.1.0/24 users block and by WAN2 I will pass 192.168.2.0/24, 192.168.3.0/24.
Could anyone help me to solve this issue and is that possible really?
If load balancing gives problems, then you may have problems with simple policy routing because they’re basically the same thing. Load balancing should be the best way to go - check the archives for MUM2012 USA - there were two good presentations on load balancing that year.
Thanks Sir,
I got the script of MUM 2012. I applied it. same script I have used. Just changed the interface and IP address. I am getting bandwidth from WAN1, not getting bandwidth from WAN2 links. do you have any solution?
Thanks in advance.
Step-1 [2-3]
/ip firewall mangle
add action=mark-connection chain=prerouting connection-mark=no-mark disabled=no in-interface=WAN1 new-connection-mark=WAN1 passthrough=yes
add action=mark-connection chain=prerouting connection-mark=no-mark disabled=no in-interface=WAN2 new-connection-mark=WAN2 passthrough=yes
Try adding two more routes - the same as step 6, but opposite GW’s and distance = 2… Backup default GW for both policy routing tables. Then disable the ISP1 connection and see if ISP2 becomes active.