We have Zabbix installed on a LinuxHA cluster. The configuration is as follows:
LNXZBX01
eth0 10.4.4.105
eth0:1 10.4.4.107 (floating/virtual IP)
LNXZBX02
eth0 10.4.4.106
eth0:1 10.4.4.108 (floating/virtual IP)
The cluster does what it is designed to do - fails over the MySQL instance and the IP (10.4.4.107). Unfortunately, the virtual IP is not being used by the Zabbix server to communicate with the agents - instead 10.4.4.105 is used. Hence, the agents reject the connection with the message:
Connection from [10.4.4.105] rejected. Allowed server is [10.4.4.107]
Is there a way of specifying the outbound IP to use for the Zabbix server? Setting the Server=10.4.4.105 in the zabbix_agentd.conf file basically negates the value of the cluster. Not having eth0 set with an IP means that when we choose to take the cluster down, we cannot communicate with the rest of the network.
Any ideas? I saw the patch to work by name, but I was wondering if there was a parameter that I had missed or if the functionality was to be added in the future...?
LNXZBX01
eth0 10.4.4.105
eth0:1 10.4.4.107 (floating/virtual IP)
LNXZBX02
eth0 10.4.4.106
eth0:1 10.4.4.108 (floating/virtual IP)
The cluster does what it is designed to do - fails over the MySQL instance and the IP (10.4.4.107). Unfortunately, the virtual IP is not being used by the Zabbix server to communicate with the agents - instead 10.4.4.105 is used. Hence, the agents reject the connection with the message:
Connection from [10.4.4.105] rejected. Allowed server is [10.4.4.107]
Is there a way of specifying the outbound IP to use for the Zabbix server? Setting the Server=10.4.4.105 in the zabbix_agentd.conf file basically negates the value of the cluster. Not having eth0 set with an IP means that when we choose to take the cluster down, we cannot communicate with the rest of the network.
Any ideas? I saw the patch to work by name, but I was wondering if there was a parameter that I had missed or if the functionality was to be added in the future...?
Comment