Hello,

I have posted this question to [email protected] before. Perhaps this is
a better place to ask this question.

I have a problem activating per packet loadbalancing with a keep state rule,
I am getting per session loadbalancing.

This rules does exactly the loadbalancing I want, every Packet is randomly
routed to one of the IPs in the 10.0.0.48/29 network (I have 8 router IP
adresses 10.0.0.48, 49, 50, 51 ,52 ,53 ,54 ,55 )

pass in on em1  inet proto icmp from any to (em1) icmp-type echoreq
pass out on em1 route-to (em1 10.0.0.48/29) random inet proto icmp \
   from any to ! (em1:network) icmp-type echorep


But .... i do not have statematching !


When I try the same with keep state

pass in on em1 reply-to (em1 10.0.0.48/29) random inet proto icmp from \
    any to (em1) icmp-type echoreq keep state

I run into a problem: I end up with per session loadbalancing and not
with per packet loadbalancing.

This means I am sending all packtes matching the state through one of my
outbound links. This will not increase my throughput per session beacuse on
session is only routed through one outbound link.

Is there any option that lets me run per packet loadbalancing on Statefull
matched packets ?

Manon



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Reply via email to