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
|