| PF, The OpenBSD Packet Filter: Building The Network You Need: BSDCan, Ottawa, June 10th 2015 | ||
|---|---|---|
| Prev | Next | |
Your users have bookmarked your $webserver, load goes up.
Solution: more servers and a redirection
table webpool persist { 192.0.2.214, 192.0.2.215, 192.0.2.216, 192.0.2.217 }
match in on $ext_if to $webserver port $webports rdr-to <webpool> round-robinPre-4.7:
rdr on $ext_if from any to $webserver port $webports -> <webpool> \
round-robin sticky-address