Re: Load balancing with DSR

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Darren Tucker <dtucker@...>
Cc: <misc@...>
Date: Wednesday, June 13, 2007 - 3:20 am

> > pass in on $ext_if route-to { $webh1, $webh2 } round-robin proto

State is useless here as packets won't come back through this router.
Moreover, you're going to block some packets in some cases since you
only see half of the trafic.
If you want a sticky behavior you can change the pool type to
source-hash.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Load balancing with DSR, Pierre-Yves Ritschard, (Wed Jun 13, 2:21 am)
Re: Load balancing with DSR, Darren Tucker, (Wed Jun 13, 2:51 am)
Re: Load balancing with DSR, Pierre-Yves Ritschard, (Wed Jun 13, 3:20 am)