Both zabbix-server and zabbix-proxy appear to he having (full) IPv6 support yet the agent still does not.
We're managing many servers including ones that have both an AAAA and an A-record in their DNS for their hostname (monitoring on IP's is not possible).
Zabbix-proxy tries to connect to it, retrieves the IP and gets the IPv6 since that takes preference (by default).
However, since zabbix-agent is NOT listening on IPv6 it will refuse the connection. The zabbix-proxy (and probably also -server) then assumes this host is offline without trying it again on the IPv4 address.
Does anyone have any pointers on how to:
We're managing many servers including ones that have both an AAAA and an A-record in their DNS for their hostname (monitoring on IP's is not possible).
Zabbix-proxy tries to connect to it, retrieves the IP and gets the IPv6 since that takes preference (by default).
However, since zabbix-agent is NOT listening on IPv6 it will refuse the connection. The zabbix-proxy (and probably also -server) then assumes this host is offline without trying it again on the IPv4 address.
Does anyone have any pointers on how to:
- Enable IPv6 support in Zabbix-agent
- Disable IPv6 support in Zabbix-proxy (and server)
Comment