Allow iptables rules for Zabbix Agents

in linux •  7 years ago 

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

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!