Hi, In the ocf script of IPaddr, we are checking various cases and one of them is for IP aliasing. That is, we are only checking for that virtual ip in the machine. I mean, it is not validating for the whole network. We can validate the virtual ip using
eval "ping -c 1 $IP_ADDR" so that it will check the availability of the virtualip with respect to the whole network. That is we can use that virtual ip or not. This is my view, Please comment on this. Regards, Devi. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
