zabbix: ensure zabbix can communicate with releng machines
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
216ac2359a
commit
7d63531b82
1 changed files with 6 additions and 3 deletions
|
@ -26,6 +26,9 @@
|
||||||
-A INPUT -p tcp -m tcp -s 38.145.60.15 --dport 5666 -j ACCEPT
|
-A INPUT -p tcp -m tcp -s 38.145.60.15 --dport 5666 -j ACCEPT
|
||||||
-A INPUT -p tcp -m tcp -s 10.3.163.10 --dport 5666 -j ACCEPT
|
-A INPUT -p tcp -m tcp -s 10.3.163.10 --dport 5666 -j ACCEPT
|
||||||
-A INPUT -p tcp -m tcp -s 10.3.166.10 --dport 5666 -j ACCEPT
|
-A INPUT -p tcp -m tcp -s 10.3.166.10 --dport 5666 -j ACCEPT
|
||||||
|
# Zabbix
|
||||||
|
-A INPUT -p tcp -m tcp --dport 10051 -j ACCEPT
|
||||||
|
-A INPUT -p tcp -m tcp --dport 10050 -s 10.3.163.198 -j ACCEPT
|
||||||
|
|
||||||
# if the blocked_ips is defined - drop them
|
# if the blocked_ips is defined - drop them
|
||||||
{% if blocked_ips is defined %}
|
{% if blocked_ips is defined %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue