On 07/25/08 09:19, Barry A Rich wrote:
Bonding is not required in this case. The system that receives the
UDP stream does not care if the UDP packets have different source IP
addresses. NAT would not be required in this case, but the ISP might
drop packets if the source address does not match the uplink address.
Given those assumptions, what's the best way to load balance across
the uplinks? If netfilter cannot be configured to do this, can I
change ip_conntrack to ignore UDP packets?
Given that the source IP of your packets can change mid stream, you
could use the "nth" match extension. Using "nth" you would match
packets to decide how to mark them and then use the mark to determine
what routing table to use which would ultimately decide which outbound
path to use.
Grant. . . .
--
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