Community discussions

MikroTik App
 
almagidy
just joined
Topic Author
Posts: 5
Joined: Sun Apr 13, 2014 9:44 pm

Plz help me with load balance/backup.

Sun Jun 22, 2014 10:32 pm

Hello to you all!

I have 4 wans I want to use for my hotspot
wan1 = 12mbps unlimited bandwith plan
wan2 = 4mbps limited quota
wan3 = 4mbps limited quota
wan4 = 4mbps limited quota
I have simple queue where each user will get 512kbps bandwith.

I don't want to balance the load between all 4 wans, I want my active users to mainly use wan1, and when the wan1 bandwith is fully used then move to wan2 and when it's used too move to the next wan and so on.

I will appreciate any ideas, good technique that may help me achive what I need.
 
waver
Frequent Visitor
Frequent Visitor
Posts: 53
Joined: Thu May 02, 2013 2:19 pm

Re: Plz help me with load balance/backup.

Mon Jun 23, 2014 12:52 am

Hello to you all!

I have 4 wans I want to use for my hotspot
wan1 = 12mbps unlimited bandwith plan
wan2 = 4mbps limited quota
wan3 = 4mbps limited quota
wan4 = 4mbps limited quota
I have simple queue where each user will get 512kbps bandwith.

I don't want to balance the load between all 4 wans, I want my active users to mainly use wan1, and when the wan1 bandwith is fully used then move to wan2 and when it's used too move to the next wan and so on.

I will appreciate any ideas, good technique that may help me achive what I need.

Hi!

You have a lot of possibilities, for example mark connection traffic, mark packet and then mark route for use different route table. This option permite works with differents WAN for different traffic type (http/s wan1, voip wan2, etc, etc, etc)

Another possibility is mark connection, packet and then mark route to deal your clients, for example: clients between 10.0.0.1/24 to 10.0.0.128/24 use WAN1, clients between 10.0.0.129/24 to 10.0.0.254/24 use WAN2.


I hope my ideas help you! :D
 
yuridee
Frequent Visitor
Frequent Visitor
Posts: 99
Joined: Wed Jun 27, 2012 5:32 am

Re: Plz help me with load balance/backup.

Mon Jun 23, 2014 4:32 am