The
Loadbalancer.org appliance is one of the most flexible load balancers
on the market. The design of the appliance allows different load
balancing modules to utilize the core high availability framework of
the appliance. Multiple load balancing methods can be used at the
same time or in combination with each other.
-
However, it means that when the packet
reaches the
real server it expects it to own the VIP. This means you need to make
sure the real server responds to the VIP, but does not respond to ARP
requests.
-
On average, DR mode is 8 times quicker
than NAT for
HTTP, 50 times quicker for terminal services and much, much faster for
streaming media or FTP.
-
Direct routing mode enables servers on a
connected
network to access either the VIPs or RIPs. No extra subnets or routes
are required on the network.
-
The real server must be configured to
respond to
both the VIP & its own IP address.
-
Port translation is not possible in DR
mode i.e.
have a different RIP port than the VIP port.
-
In two-arm NAT mode the load balancer
translates all requests from the external virtual server to the
internal real servers.
-
The real servers must have their default
gateway configured to point at the load balancer.
-
For the real servers to be able
to access the internet on their own, i.e. browse the web, the setup
wizard automatically adds the required MASQUERADE rule in the
firewall script (some vendors
incorrectly call this S-NAT).
-
If you want real servers to be
accessible on their own IP address for non-load balanced services, i.e.
SMTP, you will need to set up individual SNAT and DNAT firewall script
rules for each real server. Or you can set up a dedicated
virtual server with just one real server as the target.
-
Please see the advanced NAT
considerations
section of our administration
manual for more details on these two
issues.