Hello Guys.
I'm trying to install the first agent and I can't.
Server=192.168.1.5 (the agent on it is working fine) - Ubuntu 20
Host=192.168.1.128 - Windows 7
But getting red status:
Get value from agent failed: ZBX_TCP_READ() timed out
1. Lets check if port 10050 is open: netstat -an | findstr 10050
TCP 0.0.0.0:10050 0.0.0.0:0 LISTENING
TCP [::]:10050 [::]:0 LISTENING
2. Firewall and antivirus are disabled.
3. From server: telnet 192.168.1.128 10050
On the host side in agent log I get:
failed to accept an incoming connection: from 192.168.1.5: reading first byte from connection failed: [0x0000274C] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
4. On the server: sudo netstat -ntlp | grep LISTEN
tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 881/zabbix_agentd
tcp 0 0 0.0.0.0:10051 0.0.0.0:* LISTEN 1159/zabbix_server
tcp6 0 0 :::10050 :::* LISTEN 881/zabbix_agentd
tcp6 0 0 :::10051 :::* LISTEN
5. I have tried with the agent configuration in active and passive mode
6. The agent in active mode gave me: netstat -an | findstr 10050
TCP 0.0.0.0:10050 0.0.0.0:0 LISTENING
TCP 10.0.5.0:10050 192.168.1.5:56862 SYN_RECEIVED
TCP [::]:10050 [::]:0 LISTENING
But status is still red and no data recived.
Any hints?
I'm trying to install the first agent and I can't.
Server=192.168.1.5 (the agent on it is working fine) - Ubuntu 20
Host=192.168.1.128 - Windows 7
But getting red status:
Get value from agent failed: ZBX_TCP_READ() timed out
1. Lets check if port 10050 is open: netstat -an | findstr 10050
TCP 0.0.0.0:10050 0.0.0.0:0 LISTENING
TCP [::]:10050 [::]:0 LISTENING
2. Firewall and antivirus are disabled.
3. From server: telnet 192.168.1.128 10050
On the host side in agent log I get:
failed to accept an incoming connection: from 192.168.1.5: reading first byte from connection failed: [0x0000274C] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
4. On the server: sudo netstat -ntlp | grep LISTEN
tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 881/zabbix_agentd
tcp 0 0 0.0.0.0:10051 0.0.0.0:* LISTEN 1159/zabbix_server
tcp6 0 0 :::10050 :::* LISTEN 881/zabbix_agentd
tcp6 0 0 :::10051 :::* LISTEN
5. I have tried with the agent configuration in active and passive mode
6. The agent in active mode gave me: netstat -an | findstr 10050
TCP 0.0.0.0:10050 0.0.0.0:0 LISTENING
TCP 10.0.5.0:10050 192.168.1.5:56862 SYN_RECEIVED
TCP [::]:10050 [::]:0 LISTENING
But status is still red and no data recived.
Any hints?

I test every option that comes to my mind
Comment