Ad Widget

Collapse

Is IPv6 supported in 1.8.4?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Blinkiz
    Junior Member
    • Mar 2011
    • 27

    #1

    Is IPv6 supported in 1.8.4?

    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
    Code:
    ListenIP=::
    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
    Code:
    ListenIP=::
    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
    Code:
    Flexibility
    Support of IPv4 and IPv6
    Is this just part true?
    Last edited by Blinkiz; 25-03-2011, 09:43.
  • richlv
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2005
    • 3112

    #2
    maybe https://support.zabbix.com/browse/ZBX-3548 ?
    Zabbix 3.0 Network Monitoring book

    Comment

    • Blinkiz
      Junior Member
      • Mar 2011
      • 27

      #3
      richlv, exactly the problem!
      So according the bug report, this problem will be resolved with Zabbix 1.8.5 and newer releases.
      Last edited by Blinkiz; 29-03-2011, 07:00.

      Comment

      • Blinkiz
        Junior Member
        • Mar 2011
        • 27

        #4
        Until Zabbix 1.8.5 is released, here is a workaround.

        Code:
        ListenIP=94.127.11.11,10.0.104.15,2a22:432:0:6::2
        This will make Zabbix Server listen on three different IP addresses.

        Comment

        • vmedek
          Junior Member
          • Jul 2009
          • 12

          #5
          Hi,

          when I use this

          ListenIP=*.*.251.125,2001:****:227:1::4


          in agent v. 1.8.3, I have error:

          Listener failed with error: Incorrect IPv4 address [ 2001:****:227:1::4]

          Was 1.8.3 working on IPv6 ?

          Comment

          Working...