Hi Andrew I set up 2 mysql cluster nodes: db1 and db2 as well as 2 loadbalancers (lb1 and lb2) on different networks:
db1 -eth0 62.35.12.41/24 (Public interface) -eth1 192.168.215.141 (Private interface) -lo:0 123.35.11.153/24 (VIP) db2 -eth1 123.35.11.42/24 (Public interface) -eth2 192.168.215.142 (Private interface) -lo:0 123.35.11.153/24 (VIP) lb1 -eth1 62.35.12.51/24 (Public interface) -eth2 192.168.215.151 (Private interface) -eth3 123.35.11.154/24 (Public interface) lb2 -eth1 123.35.11.152/24 (Public interface) -eth2 192.168.215.152 (Private interface) -eth3 62.35.12.154/24 (Public interface) My question is how to achieve redundancy and replication between these 2 different networks? Right now, the virtual ip works (ie mysql from outside) is possible just when the db2 is active and when the db1 is active and db2 inactive, hence no access to the virtual ip. I think this is because db2 and lb2 are on the same network. Any help would really be appreciated! Regards KC On 27 June 2011 06:38, Andrew Beekhof <[email protected]> wrote: > On Thu, Jun 23, 2011 at 12:06 AM, Calistus Che <[email protected]> > wrote: > > Hi Guys, > > > > could any one of you help me? > > > > I just set up a 2 lb (master and slave) and 2 mysql cluster nodes db1 and > 2. > > > > The servers have 2 interfaces private and public and loadbalancing is > > running on the private network. > > > > Everything is pretty running fine till now, but the only problem access > to > > the virtual ip. > > > > I would greatly appreciate your help. > > Based on what? > > > > > Regards > > > > KC > > _______________________________________________ > > Linux-HA mailing list > > [email protected] > > http://lists.linux-ha.org/mailman/listinfo/linux-ha > > See also: http://linux-ha.org/ReportingProblems > > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
