Hi Mike,
You can specify what IP addresses to use by adding [TCP] sections to your config.ini
file. The syntax is explained in
http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-tcp-definition.html but the most
useful place to look is at the example shown in
http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-tcp-definition-direct.html
Regards, Andrew.
> -----Original Message-----
> From: Mike van Lammeren [mailto:mike@stripped]
> Sent: 14 December 2010 06:35
> To: MySQL Cluster Mailing List
> Subject: Basic Question about Cluster Configuration
>
> Hello!
>
> I have a question about MySQL Cluster configuration. I'm probably missing
> something simple, but I can't seem to figure it out/google it on my own.
>
> I have two mgm servers on 192.168.0.225 and 192.168.0.226. I have two ndb
> nodes on 192.168.0.192 and 192.168.0.193. The two ndb nodes also have
> interfaces on a private vlan at 192.168.1.192 and 192.168.1.193. I want the
> mgm servers to use 192.168.0.x to communicate with each other and the ndb
> nodes, and I want the ndb nodes to talk to each other on 192.168.1.x.
>
> How do I configure this?
>
> Mike van Lammeren