Hi Team,
I have one topic relate to load balancing:
Ex: I have internet connection with speed 20M and Youtube Cache 40M.
What config should be apply on Mikrotik router to make us download from youtube with speed 60M(20M+40M)?
Regard,
Hi Team,
I have one topic relate to load balancing:
Ex: I have internet connection with speed 20M and Youtube Cache 40M.
What config should be apply on Mikrotik router to make us download from youtube with speed 60M(20M+40M)?
Regard,
You can try to do something like this https://wiki.mikrotik.com/wiki/ECMP_load_balancing_with_masquerade
Particularly:
You can use asymmetric bandwidth links also - for example one link is 2Mbps other 10Mbps. Just use this command to make load balancing 1:5
/ ip route
add dst-address=0.0.0.0/0 gateway=10.111.0.1,10.112.0.1,10.112.0.1,10.112.0.1,10.112.0.1,10.112.0.1 check-gateway=ping
You can do like:
/ ip route
add dst-address=0.0.0.0/0 gateway=10.111.0.1,10.112.0.1,10.112.0.1 check-gateway=ping
It will load balancing 1:2.
Thanks for answer.
Bu at this time, we did not load balancing for two internet connections. what we want is load balancing youtube cache with internet.
Regard,
PhallaCCMT
following
How and where your Internet speed and youtube cache are limited?