LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

What Hapen ??

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: What Hapen ??
From: "Rafa Morales P." <rmorales@xxxxxxxxxxxx>
Date: Tue, 18 Nov 2003 15:06:10 -0600
I have 2 questions.

1. Can I put 2 directors y 3 realservers ??????. This is for add more 
security, so if a realserver or a director downs, I have the other director 
or realserver.

2. I want to install the LVS for proxy services, and I've setup a director 
and 2 proxy servers (listen 8080 port), I did this.
# check ipvs and I get the next.
lsmod | grep  

Module                  Size  Used by    Not tainted
ip_vs_wlc               1636   1  (autoclean)
ip_vs                  83192   2  (autoclean) [ip_vs_wlc]

# Then I do this
ipvsadm -A -t 172.16.42.50:8080 -s wlc
# and
ipvsamd -a -t 172.16.42.50:8080 -r 172.16.42.240 -i -w 1
# where 172.16.42.50 is the director and 172.16.42.240 is the squid server
# and I run ipvsadm

IP Virtual Server version 1.0.7 (size=4096)
Prot LocalAddress:Port Scheduler Flags
  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn
TCP  Director1:webcache wlc
  -> 240.42.16.172.in-addr.arpa:webcache Tunnel  1      0          0


Now when I put 172.16.42.50 in a browser. the browser does not work out.
Someone help me please.

Regards

<Prev in Thread] Current Thread [Next in Thread>