Allow iptables rules for Zabbix Agents

Words
28
Reading
1 min
Listen
Play
8y

iptables -I INPUT 1 -p tcp -s zabbix server IP-address --dport 10050 -j ACCEPT
iptables -I OUTPUT 1 -p tcp -s zabbix server IP-address --dport 10051 -j ACCEPT

Allow iptables rules for Zabbix Agents | Ecency