Balanceo 4 ADSL PPPoE Cliente
Balanceo 4 ADSL PPPoE Cliente
Balanceo 4 ADSL PPPoE Cliente
***Activar DNS
** Interfaces Mikrotik
ADSL1, ADSL2, ADSL3, ADSL4. LAN
** Interface de PPPoE
pppoe-1, pppoe-2, pppoe-3, pppoe-4
*** Anidir pool de IPS del LAN puede ser /24 0r /30
****MANGLE and First Https and second ACCEP prerouting with address-
list=GW01_LAN*****
***Failover
/ip route
add check-gateway=arp distance=1 gateway=pppoe-1 routing-mark=ISP1_traffic
add check-gateway=arp distance=1 gateway=pppoe-2 routing-mark=ISP2_traffic
add check-gateway=arp distance=1 gateway=pppoe-3 routing-mark=ISP3_traffic
add check-gateway=arp distance=1 gateway=pppoe-4 routing-mark=ISP4_traffic
add check-gateway=arp distance=2 gateway=pppoe-1
add check-gateway=arp distance=3 gateway=pppoe-2
add check-gateway=arp distance=4 gateway=pppoe-3
add check-gateway=arp distance=5 gateway=pppoe-4
***For HTTPS...
/ip route
add check-gateway=arp disabled=no distance=7 dst-address=0.0.0.0/0 gateway=\
pppoe-1 routing-mark=HTTPS scope=30 target-scope=10
add check-gateway=arp disabled=no distance=8 dst-address=0.0.0.0/0 gateway=\
pppoe-2 routing-mark=HTTPS scope=30 target-scope=10
add check-gateway=arp disabled=no distance=9 dst-address=0.0.0.0/0 gateway=\
pppoe-3 routing-mark=HTTPS scope=30 target-scope=10
add check-gateway=arp disabled=no distance=10 dst-address=0.0.0.0/0 gateway=\
pppoe-4 routing-mark=HTTPS scope=30 target-scope=10