Hi all,
we try to setup a sw based Loadbalancer for a NAM Cluster. A SLES-HAE Cluster is used for this (two node cluster SLES 11.2 x64).
The output of ipvsadm -L -n shows:
IP Virtual Server version 1.2.1 (size=4096)
Prot LocalAddress:Port Scheduler Flags
→ RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 192.168.15.210:80 wlc
→ 192.168.15.243:80 Masq 1 0 1
→ 192.168.15.253:80 Masq 1 0 1
If i try to access the Virtual IP on port 80 i have to wait a long time before a connection timeout.
How can i further debug what the reason for this issue is?
Thanks in advance
Alex