Is IPv6 supported in 1.8.4?
Zabbix Agent
zabbix_agentd does not listen for IPv6 connections by default. And I do not know how to configure so it listen on both IPv6 and IPv4.
In /etc/zabbix/zabbix_agentd.conf
Makes it listen on IPv6, but then IPv4 is gone. Alright, I can probably live with that.
Zabbix Server
In /etc/zabbix/zabbix_server.conf
Makes it listen on IPv6, but then IPv4 is gone. This is not acceptable!
It still exist stuff in our network that does not need a IPv6 address because it's private (10.0.0.0 network).
Zabbix.com
http://www.zabbix.com/features.php
Is this just part true?
Zabbix Agent
zabbix_agentd does not listen for IPv6 connections by default. And I do not know how to configure so it listen on both IPv6 and IPv4.
In /etc/zabbix/zabbix_agentd.conf
Code:
ListenIP=::
Zabbix Server
In /etc/zabbix/zabbix_server.conf
Code:
ListenIP=::
It still exist stuff in our network that does not need a IPv6 address because it's private (10.0.0.0 network).
Zabbix.com
http://www.zabbix.com/features.php
Code:
Flexibility Support of IPv4 and IPv6
Comment