select * from sectionselect * from sectionselect * from section JMC Research - Juan M. Casillas Web Site
Knowledge for our questions, fun for everyone!

http://www.jmcresearch.com/src/articlehelper.php?id=26
Printed at 27/04/2024 04:09:46
http://www.jmcresearch.com Knowledge for our questions, fun for everyone!
Configuring it
Overview

Published at 18/09/2003 21:41:47
By Juan M. Casillas

Load Balancer configuration is stored in a XML-based file. To configure it for your system you need to plan before some network topology issues. As you can see in the following diagram, you will need two networks:

  • A public (maybe firewall-protected) network, recheable from Internet (your servers? public IP address). This IP now will be the IP for the load balancer. Also, the loadbalancer need to be connected to the private network, so it can connect to the server farm (private network).
  • A private network (non-reachable directly from Internet) where your servers live. Each server has a private IP address. These servers build the server farm

This is the basic network topology to manage a LoadBalancer. Also, you can use other topologies (e.g. A private subnetwork per cluster) but this is the cheapest (I think). In the following sections I will explain how to configure each element in detail


http://www.jmcresearch.com Knowledge for our questions, fun for everyone!