after configuration for load balancing on lay4:
service web-test
ip address 10.1.1.100 range 48
active
content test
vip 10.2.2.2
add service web-test
protocal tcp
port 80
If the ip 10.1.1.100 is pingable, then the service is active; if 10.1.1.100 is down and any one of 10.1.1.101-147 is pingable the service still down.
Am I did configuration some point wrong? what I want is any of ip in the range alive the service should alive.
Please advice