Ad Widget

Collapse

Error - failed to accept an incoming connection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CaseyJ
    Junior Member
    • Oct 2018
    • 2

    #1

    Error - failed to accept an incoming connection

    I am receiving this error in
    HTML Code:
    /var/log/zabbix-agent/zabbix_agentd.log
    Code:
    failed to accept an incoming connection: connection from "::1" rejected, allowed hosts: "127.0.0.1"
    OS: Debian
    My settings for
    HTML Code:
    zabbix-server.conf
    are
    Code:
    ListenPort=10051
    SourceIP=127.0.0.1
    My settings for
    HTML Code:
    zabbix-agentd.conf
    are
    Code:
    Server=127.0.0.1
    ListenPort=10051
    ServerActive=127.0.0.1
    HTML Code:
    netstat -tulpnw
    Code:
    tcp        0      0 0.0.0.0:10051           0.0.0.0:*               LISTEN      32342/zabbix_server
    tcp6       0      0 :::10051                :::*                    LISTEN      32573/zabbix_agentd
  • Saslawski
    Member
    • Jul 2014
    • 49

    #2
    Originally posted by CaseyJ
    My settings for
    HTML Code:
    zabbix-agentd.conf
    are
    Code:
    Server=127.0.0.1
    ListenPort=10051
    ServerActive=127.0.0.1
    Zabbix Agent Port should be 10050, they can't both listen the same Port

    Comment

    • CaseyJ
      Junior Member
      • Oct 2018
      • 2

      #3
      Originally posted by Saslawski
      Zabbix Agent Port should be 10050, they can't both listen the same Port
      My zabix-agent errors are now gone, however this still shows on the web interface.
      Click image for larger version  Name:	CLE0xE7.png Views:	1 Size:	11.8 KB ID:	366884
      With these settings:
      Click image for larger version  Name:	PtYx71U.png Views:	1 Size:	48.1 KB ID:	366886


      EDIT: Scratch that, I just need to wait a minute.
      Last edited by CaseyJ; 08-10-2018, 23:05.

      Comment

      Working...