> >> ipvsadm -L output:
> >> IP Virtual Server version 1.2.1 (size=4096)
> >> Prot LocalAddress:Port Scheduler Flags
> >>  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn
> >> TCP  192.168.0.125:http wlc persistent 600
> >>  -> centos-3.mydomain.com Route   1      0          1
> >>  -> centos-4.mydomain.com Route   1      0          0

The weight is 0 which means that ldirectord will not forward any traffic to 
the real servers.

Ldirectord most likely doesn't receive the expected "heartbeat" reply from the 
real-servers and thus gives them a weight of 0.

In your ldirectord.cf, this is what the server expects:

        request="test.html"
        receive="Still alive"

To check this, point your web-browser from the server running ldirector to 
<real_server_ip>/test.html

You have to receive "Still alive" as reply.

-- 
Best regards

Jo
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to