Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2009 04:06:44 +0200
From:      "Artjom V. Gora" <dr.tibibo@gmail.com>
To:        freebsd-pf@freebsd.org
Subject:   Load balancing basing on load estimation 
Message-ID:  <4B3C0734.10508@gmail.com>

next in thread | raw e-mail | index | archive | help
Hello everyone,
I'm looking for something like iptables' RATEEST+CONNMARK feature in PF. That is I need a feature which allows to perform load balancing between two or more net channels 
basing on the current load estimation of each, thus it should assigns new connections to line that have more free bandwidth.
Initially I need to achieve following scenario. Say I have web server with 2 nics attached to different routers. If nothing happens it just works as if single nic is 
active. But sometimes traffic burstiness occurs say due to movie streaming or so, thus we quickly run out of bandwidth on 1st nic. If so happens all the "extra" traffic 
should be sent to the 2nd nic, in other words every new connection should be assigned to the 2nd nic only until 1st one normal operation resumes.
Is it possible to implement such scenario with PF? Should I try some other tools for this and which if any?
Any help is greatly appreciated.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B3C0734.10508>