Hello,
> I am trying to configure the lvs in the follwing way:
>
> we want to do simple configuratio using three machines,
> making one as a load
> balancer(mandrake-10.1) and rest two as a real
> server(redhat-linux-9.0). So,
> I want to check this in LAN only without connecting to the outside
> wrorld(internet). Is is possible to do so ?
>
> we want to do mapping as:
> for load balancer: 10.1.1.1:8000 to 10.0.0.3:8000(real server-1)
> for load balancer: 10.1.1.1:8000 to 10.0.0.4:8000(real server-2)
>
> I am using kernel-2.6 lvs(mandrake-10.1) and the ipvs intalled on it.
This is no problem. UltraMonkey is a front-end for LVS with nice
documentation; it is easier to explain it using the docs from there. Note :
"internet" can be local network too, just as long as your local network knows
to go to the LVS director for the 10.1.1.1 IP.
http://www.ultramonkey.org/3/topologies/
http://www.ultramonkey.org/3/topologies/lb-eg.html.
Regards,
P
|