Load balancing web servers on LAN
-
Hi,
I am trying to use the load balancing feature to balance two web servers on my LAN, also only accessed by clients on the same LAN and subnet. I would appreciate if someone could validate my configuration which is as follows
1. Load Balancer Monitors:
Name: webcluster
type: http
path: /index.html
host: 192.168.10.110
http code: 200 ok2. Load balancer pool
Name: webpool
mode: load balance
port 80
retry: blank
monitor: webcluster
members (enabled): 192.168.10.60 & 192.168.10.643. Virtual server
Name: webvs
IP: 192.168.10.110
port 80
virtual server pool: webpool
fallback pool: none
relay protocol: tcpAccessing the individual web servers works
Pool & virtual server shows as healthy and active
when accessing the virtual IP 192.168.10.110 I just get a connection timeoutAm I missing something in my configuration ?
Thanks
Niclas