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.
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.