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
|