How to load balancing 3 PPPoE Client (3ADSL ) ?
i have routeros 2.9.26
4 interface
- 3 wan(3 PPPoE Client )
- 1 lan
How to setup ??
![]()
How to load balancing 3 PPPoE Client (3ADSL ) ?
i have routeros 2.9.26
4 interface
How to setup ??
![]()
this is an insight: http://www.mikrotik.com/docs/ros/2.9/ip/route
if you need detailed instructions…id help.
this is an insight: http://www.mikrotik.com/docs/ros/2.9/ip/route
if you need detailed instructions…id help.
yes i know
your mean
router1
192.168.1.1 >
router2 l
192.168.2.1 > MT > lan
router3 l
192.168.3.1 >
i can do it
but my system is
pppoe1
ip x.x.x.x >
pppoe2 l
ip x.x.x.x > MT > lan
pppoe3 l
ip x.x.x.x >
(pppoe ip & gateway change by isp)
how to set up ???
![]()
use scripting to get what ip address is on interface and then set configuration in where you need it.
i know ip [ /ip address get [/ip address find interface=$ddns-interface] address ]
-please send your example script
-how to setup multigateway(for ddns) > load balancing ?