Hi,
i am trying to setup zabbix-agent2 with specific ipv6 only but with no success. Installed from zabbix repo for debian buster.
Whats correct syntax? Documentation covers this only for Server and ServerActive parameters.
i am trying to setup zabbix-agent2 with specific ipv6 only but with no success. Installed from zabbix repo for debian buster.
Code:
ListenIP = a:b:c::d SourceIP = a:b:c::d
Code:
2020/08/20 13:46:22.845584 cannot start server listener: Listen failed: listen tcp: address a:b:c::d:10050: too many colons in address
Code:
ListenIP = [a:b:c::d] SourceIP = a:b:c::d
Code:
2020/08/20 13:46:57.184510 cannot parse "ListenIP" parameter: incorrect value of ListenIP: "[a:b:c::d]"