- Zabbix Appliance Version: 6.4.15
- IP: 192.168.168.14
- Hostname: ZABBIX01
- OS: AlmaLinux 8.10
- Windows Server: 2022 Standard v21H2
- IP: 192.168.168.8
- Hostname: WEBSERVER03
- Debian Version: 12 (bookworm)
- IP: 192.168.168.23
- Hostname: deb-intproxy-prod-01
- Deployed Agent Version: 6.0.17
- Deployed Agent2 Version: 6.4.15
The firewalls on both Linux and windows allow ports 10050 and 10051 TCP.
Windows Agent Logs
Code:
12224:20240603:090636.850 Unable to connect to [192.168.168.14]:10051 [cannot connect to [[192.168.168.14]:10051]: (null)] 12224:20240603:090636.851 Active check configuration update started to fail
Code:
2024/06/03 10:09:26.834148 Zabbix Agent2 hostname: [WEBSERVER03] 2024/06/03 10:09:30.839333 [101] cannot connect to [192.168.168.14:10051]: dial tcp :0->192.168.168.14:10051: i/o timeout 2024/06/03 10:09:30.839333 [101] active check configuration update from host [WEBSERVER03] started to fail 2024/06/03 10:09:33.851383 [101] cannot connect to [192.168.168.14:10051]: dial tcp :0->192.168.168.14:10051: i/o timeout 2024/06/03 10:09:33.851383 [101] sending of heartbeat message for [WEBSERVER03] started to fail
Code:
242987:20240603:092919.979 Unable to connect to [192.168.168.14]:10051 [cannot connect to [[192.168.168.14]:10051]: [4] Interrupted system call] 242987:20240603:092919.979 Unable to send heartbeat message to [192.168.168.14]:10051 [cannot connect to [[192.168.168.14]:10051]: [4] Interrupted system call] 242987:20240603:092922.979 Unable to connect to [192.168.168.14]:10051 [cannot connect to [[192.168.168.14]:10051]: [4] Interrupted system call] 242987:20240603:092922.979 Active check configuration update started to fail
The zabbix_agent.conf and zabbix_agent2.conf are configured as follows:
Code:
Server=192.168.168.14 ServerActive=192.168.168.14 Hostname=WEBSERVER03
Attempting to telnet from WEBSERVER03 to ZABBIX01 on either 10050 or 10051 both fail.
Attempting to telnet from ZABBIX01 to WEBSERVER03 on port 10050, success, while 10051 fails
These are the same results on the win-intproxy-prod-01 Linux server.
Code:
PS C:\Logs> Test-NetConnection -Computer 192.168.168.14 -Port 10051 -InformationLevel Detailed
WARNING: TCP connect to (192.168.168.14 : 10051) failed
ComputerName : 192.168.168.14
RemoteAddress : 192.168.168.14
RemotePort : 10051
NameResolutionResults : 192.168.168.14
zabbix01.ad.domain.com
MatchingIPsecRules :
NetworkIsolationContext : Private Network
InterfaceAlias : Ethernet
SourceAddress : 192.168.168.8
NetRoute (NextHop) : 0.0.0.0
PingSucceeded : True
PingReplyDetails (RTT) : 0 ms
TcpTestSucceeded : False
Code:
deb-intproxy-prod-01:~$ telnet 192.168.168.14 10051 Trying 192.168.168.14... telnet: Unable to connect to remote host: Connection timed out
Code:
[root@zabbix01 ~]# telnet 192.168.168.8 10050 Trying 192.168.168.8... Connected to 192.168.168.8. Escape character is '^]'. Connection closed by foreign host.
Comment