[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cluster of Load Balance & HA
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: Cluster of Load Balance & HA
- From: Stoyan Genov <stoyan_(_dot_)_genov_(_at_)_sun-fish_(_dot_)_com>
- Date: Thu, 25 Nov 2004 16:25:27 +0100
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