Ad Widget

Collapse

Zabbix-agent2 [5.0.2] ipv6 only fail to start

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • czechsys
    Junior Member
    • Aug 2020
    • 6

    #1

    Zabbix-agent2 [5.0.2] ipv6 only fail to start

    Hi,

    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]"
    Whats correct syntax? Documentation covers this only for Server and ServerActive parameters.
Working...