[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cluster of Load Balance & HA



AFAIR (correct me if my memory fails me), on an obsd35/i386,
the following poor-man's pf weighted round-robin balancing works
(haven't tested on obsd36):

rdr on $ext_if proto tcp from any to pubwebserver port 80 \
    -> { nodeA, nodeB, nodeA, nodeC, nodeA, nodeB } \
    round-robin

Just don't put the list into a table :-)

Regards,
Stoyan Genov

Henning Brauer wrote:
[snip]
pf has simple load balancing already, with rdr to a pool. what is missing is a userland daemon to assign a weight to the individual entries and removing dead ones.
[snip]



Visit your host, monkey.org