This is my network topology
 
                                                               
ROUTER
            
                
                
                
        |
            
                
                
        +-----------------+
            
                
                
        |         DR 
LVS         |  ip address : 
211.111.222.82
            
                
                
        +--------+--------+
            
                
                
                
        |
            
----------------+---------------------------------------------+-------------------------
                                        
|                                                                               |
            
        
+------------------------+        
                
        +-------------------------+
            
        |  enterprise web server -1 
|                
                | 
enterprise web server -2    |
            
        
+------------------------+        
                
        +-------------------------+
            
                ip 
address 211.111.222.66            
                
    ip address : 211.111.222.74
 
 
LVS routing table
gateway : 211.111.222.126
broadcast : 211.111.222.127
netmask   : 255.255.255.192
 
LVS's version is 0.9 with kernel 2.0.36 and direct 
routing.
the policies on LVS are following...
ipfvsadm -A -t 211.111.222.82:443 -R 211.111.222.66:443 -w 
1
ipfvsadm -A -t 211.111.222.82:443 -R 
211.111.222.74:443 -w 1
 
netscape enterprise web servers's routing table
gateway : 211.111.222.126
broadcast : 211.111.222.127
netmask   : 
255.255.255.192
 
 
 
netscape web server-1's loop back alias is 
ifconfig lo:0 211.111.222.82 netmask 255.255.255.255 broadcast 
211.111.222.82 up
route  add -host 211.111.222.82 dev lo:0
 
netscape web server-2's loop back alias is 
ifconfig lo:0 211.111.222.82 netmask 255.255.255.255 broadcast 
211.111.222.82 up
route  add -host 211.111.222.82 dev 
lo:0
 
 
these are my configutions and the enterprise web servers are 
running on ip addresses 
"211.111.222.66" and "211.111.222.74"
 
 
when i tried to connect 211.111.222.66 and 211.111.222.74 
with https directly without load balancer , 
i could connect web server with https .
but  when i tried to connect the enterprise servers with 
https protocol through LVS "211.111.222.82"
i couldn't get it !!!!
howto i solve this problem? 
 
best regards
Jiyong ahn!!!