Hi there,
I want to set up a load balancer in order to sum bandwidth of two ISPs.
My router has 2 interfaces
ether 1 with global IP address → ISP 1
ether 2 with PPPoE client → ISP 2
Is is possibile to make a load balancer with PPPoE client on ether2?
Its possible. You will want to look into PCC.
http://wiki.mikrotik.com/wiki/Manual:PCC
Thanks for your answer.
As I’m using the link you suggested, what destination do I have to set as I’m using a PPPoE client?
Mikrotik example:
add chain=prerouting dst-address=10.112.0.0/24 action=accept in-interface=LAN
My case:
add chain=prerouting dst-address=172.16.9.98 in-interface=LAN
Does the dst-address in my case is correct? I’ve attached a screenshot of the PPPoE client address.
When I do speed test, I can see traffic going trough the PPPoE client interface. All traffic is on the other ISP interface
