hello,
i tried to implement a wan failover on my dfl1600 with one pppoe and one static wan line.
pppoe is wan1 and static wan2.
after disconnecting the pppoe connection, wan2 is working but really slow. i guess there is a dns problem?
Here are my config:
Routing table main
# Type  Interface          Network  Gateway  Local IP-address Metric Monitor this route
1 Route T-DSL-Business  all-nets                                       80      yes
2 Route wan1_phys        all-nets   wan1_gw                        80      yes (disabled, is that right?)
3 Route wan2_phys        all-nets   wan2_gw                        90      yes
4 Route lan1                 lan1net                                        100     no
5 Route wan1_phys        wan1_net                                     100    no
6 Route wan2_phys        wan2net                                       100    no
in the main table there is my first problem to understand: do i need route 1 or why do i need rules 2 and 5? route 2 is disabled by me, but is that correct? or do i need a further record for t-dsl business?
Interface groups
wan1-and-wan2        t_dsl_business, wan2_phys
in the howto is standing members are wan1 and wan2. if i use pppoe, is that right?
ethernet
lan1             lan1_ip       lan1net
wan1_phys    wan1_ip     wan1net     wan1_gw
wan2_phys    wan2_ip     wan2net     wan2_gw
ip rules
# name                 action  source        source        destination           destination  services     
                                     interface     network      interface               network      
1 allow_standard     NAT     lan1           lan1_net     wan1-and-wan2     all-nets     all-services
interface addresses
lan1_ip    192.168.1.1
lan1net    192.168.1.0/24
T-DSL_BUSINESS_ip 0.0.0.0
wan1_br 0.0.0.0
wan1_dns1   0.0.0.0 (marked with a yellow star)
wan1_dns2   0.0.0.0 (marked with a yellow star)
wan1_gw 0.0.0.0
wan1_ip 0.0.0.0
wan1net 0.0.0.0/0
wan2_dns 192.168.178.1
wan2_gw 192.168.178.1
wan2_ip 192.168.178.15
wan2net 192.168.178.0/24
and last:
System->DNS
Primary Server: wan1_dns1
Secondary:      wan1_dns2
Tertiary:         wan2_dns
this config is working, but very slow if failover of pppoe.
any ideas whats wrong or missong? (after that is working normally i will config a other scenario for practice. so, i will come back...) 

regards thomas