LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

RE: single load-balancer, multiple clusters?

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: single load-balancer, multiple clusters?
From: pb <peterbaitz@xxxxxxxxx>
Date: Sun, 6 Apr 2003 08:51:02 -0700 (PDT)
Sorry, the following part was incorret - I've added
the fix below it:
 
> You can do like this using 3 public VIPs, then you
> can use port 80 for all:

WRONG: 

> 
> >   linux_http_group {
> >       Port 80
> >       IP 192.168.100.1 eth0:1
> 
> >   ntdb_http_group {
> >       Port 80
> >       IP 192.168.100.2 eth0:2
> 
> >   ntdb_http_group {
> >       Port 80
> >       IP 192.168.100.3 eth0:3

RIGHT:

> 
> >   linux_http_group {
> >       Port 80
> >       IP 192.168.2.1 eth0:1
> 
> >   ntdb_http_group {
> >       Port 80
> >       IP 192.168.2.2 eth0:2
> 
> >   ntdb_http_group {
> >       Port 80
> >       IP 192.168.2.3 eth0:3



__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
<Prev in Thread] Current Thread [Next in Thread>