On Thu, 8 Sep 2005 16:07:27 -0400
"Monah Baki" <[EMAIL PROTECTED]> wrote:

> { $web_srvr1, $web_srvr2 } round-robin sticky-address

Try

rdr on $ext_if proto tcp from any to $carp5 port 80 \
 -> { $web_srvr1, $web_srvr2 } round-robin source-hash

The above may be incorrect so you should check out the load balance
section of the FAQ, I am not sure off the top of my head if the
round-robin and source-hash will conflict, as the default action
when you specify greater than one address to forward to is to
round-robin anyway. 
-- 
http://edd.link9.net - http://irc.is-cool.net

Reply via email to