I have almost 2 dozen servers configured with Zabbx agent 2 v 6 LTS but lately, new servers I am configuring will not connect. All of my servers are on AWS and I have the AWS security groups configured to allow traffic on 10050. I am using Ubuntu 22 and UFW is not enabled. When I run
from the zabbix server, I get no route to host. but if I run the same thing for ports 80 or 443, it succeeds.
running
on the target shows that the zabbix agent is listening on 10050.
Code:
nc -zv [targethostname.com] 10050
running
Code:
sudo lsof -i -P -n | grep LISTEN
Comment