Posts

Showing posts from November, 2016

PPPOE ECMP load balancing with Failover

Image
Recently one of my friend asked me to provide some solution, as he was stuck up with DSL connections as when 1 connection modem get hang router configured with marked gw still sending traffic to down connection. Hardware used: 1. PC with mikrotik router OS (For user manager and PPPOE Server) 2. Mikrotik Rb750 GL (For Access vlan to broadcast different IP POOL) 3. RB 750 GR HEX (Working as a WAN router by 3 PPPOE Client Each connection is 50mbps) I am pasting GR HEX configuration for reference you can change it as per your requirement. Here we go. /interface pppoe-client add allow=pap,chap disabled=no interface=WAN1 name=pppoe-out1 password=**** use-peer-dns=yes user=304a add allow=pap,chap disabled=no interface=WAN2 name=pppoe-out2 password=**** use-peer-dns=yes user=786b add allow=pap,chap disabled=no interface=WAN3 name=pppoe-out3 password=**** use-peer-dns=yes user=786c /ip pool add name=Lan_Pool ranges=\     192.168.0.150-192.168.0.200 /ip dhcp-server add add-a