Automatic failover of pppoe gateways over the same ADSL line

Hi all,

Firstly i’m new to RouterOS so I am probably missing something her.
What I would like to do it have my ADSL account automatically failover once the one is out of bandwidth.

Current setup is an ADSL modem, bridged to the RB on eth1
I have setup two pppoe gateways and can switch between them manually just fine.

I have tried static routes, using ping check, but this did not work.
I tried to adapt this setup without any luck, http://wiki.mikrotik.com/wiki/Advanced_Routing_Failover_without_Scripting

The second thing i would like to do is to have my changeip ddns automatically update apon changing pppoe gateways. I tried to bond the ddns to eth1, but that didnt seem to work, I would like to not have a script setup for each pppoe gateway.

Thanks

hi
you can create two default gateway to each of adsl gateway.
now you must enable ping check in each and set distance for each.
first set distance to 1 and second set distance 2.
with this config,if first gateway is unreachable,another gatewa automatically active and your traffic send from that.
also you must create a masqu nat.