Hi all,
I have a problem with the configuration of the cluster, i explain my configuration, all of the infrastructure is in VMware:
Node1Ip: 192.168.10.10
Node2Ip: 192.168.10.11
ClusterIp: 192.168.10.12
This configuration is ok, and works when i test the cluster configuration. But, when i add another eth, because i need to configure a farm in other network with other VLAN.
In this case i tried to modify in the configuration file “$exclude=”–exclude if_eth0_conf –exclude if_eth1_conf”;”, and configure
Node1eth1: 192.168.20.11
Node2eth1: 192.168.20.12
Virtual interface: 192.168.20.13
I create in the master the virtual interface, and it replicate to the backup. Here all is working, ip 20.13 responds to ping. But when i force balance to Node2, all seems works, but the ip doesn’t respond to ping, and obviously doesn’t work farm.
can you help me please? Is my first time with this software.
Thanks.