Advertising:

Habilitar Firewalld para Zabbix-Agent

From Zabbix-ES
Revision as of 12:26, 6 May 2022 by Unknown user (talk) (Created page with " firewall-cmd --new-zone=zabbix --permanent firewall-cmd --permanent --zone=zabbix --add-source=[Zabbix-Server-IP]/32 firewall-cmd --permanent --zone=zabbix --add-port=10050...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
firewall-cmd --new-zone=zabbix --permanent
firewall-cmd --permanent --zone=zabbix --add-source=[Zabbix-Server-IP]/32
firewall-cmd --permanent --zone=zabbix --add-port=10050/tcp
firewall-cmd --reload