I have some trouble setting this up. I have 3 Nodes LB1 : listen to 10.10.10.1 LB2 : listen to 10.10.10.2 LB3 : backup node for lb1 & lb2
Setup1 if LB1 goes DOWN.. LB3(backup node) goes UP then, if LB3(backup node) DOWN then LB2 will host (LB1+LB2) eth0:0 = 10.10.10.1 + eth0:1= 10.10.10.2 same goes for LB2 Setup2 if LB2 DOWN.. LB3(backup node) goes UP then, if LB3(backup node) DOWN then LB1 will host (LB1+LB2) eth0:0 = 10.10.10.2 + eth0:1= 10.10.10.1 Problem: Setup1 when LB1 goes DOWN then LB3 and LB2 will BOTH host the IP of LB1. or when LB2 goes DOWN then LB1 and LB3 will BOTH host the IP of LB2 hmm is there any reason why? kinda hard to explain this.. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
