LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: 2 box LVS with HA

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: 2 box LVS with HA
From: Alexandre Cassen <Alexandre.Cassen@xxxxxxxxxx>
Date: Sat, 27 Jul 2002 22:37:23 +0200
Hi,

yes it tries to connect to B also ! (maybe my persistence_timeout was to high?)

It trieq and it connects only after IP takeover. use iproute2 : ip address list to see IP address set. The VRRP VIPs appear here. See the /var/log/messages, then you will see VRRP state transition (BACKUP to MASTER, ...)

but then it just hangs.
No reply gets sent back to the client.

  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn
TCP  lvs:http rr
  -> linux10.local:http           Local   1      1          2
  -> 192.168.1.5:http             Masq    1      0          1
As you see 192.168.1.5 (=B) gets the request and then nothing happens.

Any Ideas ?


oh... yes :) reading again your previous mail :

vrrp_sync_group test1 {
        VI_1
        VI_2
}

this declaration is not good. You must use the following syntax :

vrrp_sync_group test1 {
  group {
        VI_1
        VI_2
  }
}

Best regs,
Alexandre



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