Page 1 of 1

Internet Speed(20M) + Youtube Speed(30M) = Youtube(50M)

Posted: Mon Sep 24, 2018 4:50 am
by phallaccmt
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,

Re: Internet Speed(20M) + Youtube Speed(30M) = Youtube(50M)

Posted: Mon Sep 24, 2018 2:21 pm
by Anumrak
You can try to do something like this https://wiki.mikrotik.com/wiki/ECMP_loa ... 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.

Re: Internet Speed(20M) + Youtube Speed(30M) = Youtube(50M)

Posted: Tue Sep 25, 2018 2:32 am
by phallaccmt
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

Re: Internet Speed(20M) + Youtube Speed(30M) = Youtube(50M)

Posted: Mon Oct 01, 2018 11:33 pm
by evilheart
following

Re: Internet Speed(20M) + Youtube Speed(30M) = Youtube(50M)

Posted: Tue Oct 02, 2018 2:39 pm
by Anumrak
How and where your Internet speed and youtube cache are limited?