On Fri, Apr 20, 2001 at 08:08:18AM -0700, Ivan Passos wrote: > - If packet reordering is really the problem, how could I solve it (or at > least minimize it)? Any suggestions? Don't use TEQL. If IP<->IP granuality load balancing is enough you can use multipath routes (ip route add ... nexthop dev if1 dev if2) , these should not reorder packets. The 2.4 kernel has a special reordering detection in the sender that tries to avoid slowdowns; there you could tune the expected reordering using /proc/sys/net/ipv4/tcp_reordering -Andi - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org