Hi Guys,

I have been struggling to set up 2 mysql cluster nodes with loadbalancing
functionality (heartbeat) to no avail. May be you could help me sort out
this mess:-)

Here is my design:
lb1 and mysql cluster management server => on one ubuntu server
lb2 => on another ubuntu server
db1 => cluster node 1
db2 => cluster node 2
virtual ip => 212.117.221.153

lb1 (public: 212.117.192.151 & Private: 192.168.215.251)
db1 (public: 212.117.192.141 & private:192.168.215.241) the 2 servers are on
the same public network as well as same location.

lb2 (public: 212.117.221.152 & private: 192.168.215.252) and
db2 (public: 212.117.221.142  & 192.168.215.242) are on the same public
network.

But all the servers are sharing a common private network as seen above.

Each server has 3 eth interfaces.
eth1 public
eth2 private
eth3 on lb1 configured with 212.117.221.154
eth3 on lb2 configured with 212.117.192.154

All 4 servers are up and running, i.e. heartbeat, ldirectord, ndbd, mysqld
etc, but i cannot access the virtual ip (212.117.221.153) nor the public db1
and db2 servers from the loadbalancers with user "ldirector".

Since the servers are on separate networks, i am using the private subnet to
exchange heartbeat/loadbalance information among the servers.

Could you please help me with this setup?

Regards

KC
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to