How can I load balance UDP with open source HAProxy?
UDP is a connectionless protocol, meaning it doesn't establish a formal connection or 'handshake' before sending data...
Dive into the world of open source HAProxy with configurations, tutorials, and best practices. As a core component of our Layer 7 solution, learn to master ACL rules, reverse proxy, SSL termination, and advanced features like rate limiting.
Once HAProxy is running transparently, it will allow the real server to see the client IP so the real server will reply directly back to the client bypassing the load balancer...
Anomaly score based blocking is more flexible and effective than simple first error blocking...
One of our favorite methods of load balancing is using Layer 4 DR because it is transparent and fast. Unfortunately, because of Amazon's infrastructure, this is not possible in EC2 so we need to use another method which means we are left with layer 4 NAT and transparent HAproxy using TProxy...
Denial of Service (DOS) attacks can be used to degrade or cripple the functionality of a site...
By default, the source IP address of the packet reaching the web servers is the IP address of the load balancer and not the IP address of the client...
There are a lot of SSL offload throughput statistics available for appliances across the internet but rarely do they detail the way they were tested...
The ideal way to monitor the health of the real servers is to to have a dedicated monitoring system in place such as Nagios. However this isn’t always an option, so for some they require the loadbalancer to send an alert...
In general when you are load balancing a cluster you can evenly spread the connections through the cluster. However, with some applications, you might get very high load from just a few users doing heavy work, which can compromise performance...
Some of the most common questions we get at Loadbalancer.org are performance related. It is quite difficult to give a straight answer to these questions as the real answer is often slightly unsatisfactory...
As of haproxy-1.6-dev1 it is now possible to send email alerts directly from HAProxy thanks to the excellent work done for us by Simon Horman...
Transparent mode with HAProxy allows you to see the IP Address of the clients computer while still having a high availability service using HAProxy...
This Blog is for anyone wanting to load balance the Exchange 2010 CAS role using only open source software...