Hello everyone, I'm deploy an test environment with load Balance in my Firewall using equalize as follow below I have two ISPs and one Inside network. creating the load balance: ip route add default scope global equalize nexthop via 200.247.209.65 weight 1 nexthop via 201.72.12.1 weight 1 Zeroing the ip_filter for eee in /proc/sys/net/ipv4/conf/*/rp_filter; do echo 0 > $eee done creating more one table ip route add default via 201.72.12.1 table telemar it's working in my environment. but I haven't done available in my production environment. my question is: there is more parameter ,which, I have to set ? for exemplo, timers. thank -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html