I read in this doc https://www.zabbix.com/documentation...sive?hl=active
If an agent is behind the firewall you might consider using only Active checks because in this case you wouldn't need to modify the firewall to allow initial incoming connections.
But if I reject port 10050 ( iptables -A INPUT -p tcp --dport 10050 -j REJECT )
the agent does not work any more.
Is-it an error in the doc?
or
a setup to change?
or
st I don't understand?
Thanks in advance to help me better undertand this point.
If an agent is behind the firewall you might consider using only Active checks because in this case you wouldn't need to modify the firewall to allow initial incoming connections.
But if I reject port 10050 ( iptables -A INPUT -p tcp --dport 10050 -j REJECT )
the agent does not work any more.
Is-it an error in the doc?
or
a setup to change?
or
st I don't understand?
Thanks in advance to help me better undertand this point.
10050 is AGENT (listening) port..No typing mistakes by
Comment