Hi2all I'm trying to setup a failover static route that allow some redundancy in case one interface is not working ok I set this with ip route add 172.26.240.4 nexthop via 172.26.247.248 dev bond1 weight 1 nexthop via 172.26.31.248 dev bond0 weight 1 And if the first route fails the second gets active, but later if the that seconde fails and the first is ok, no failback happens Is this a timing? How does the kernel is doing the route check? I have this on cat /proc/sys/net/ipv4/route/gc_timeout 300 Best Regards Jose -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html