dch-gw: Open Zabbix ports in the firewall

Obviously, the Zabbix agent (active and passive) ports need to be open
in order for the gateway device itself to be monitored by Zabbix.
jenkins-master
Dustin 2018-06-19 20:38:21 -05:00
parent 5188250cfc
commit ddafc09839
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,8 @@ allow_incoming:
port: bootps port: bootps
- protocol: tcp - protocol: tcp
port: ssh port: ssh
- protocol: tcp
port: 10050
allow_outgoing: allow_outgoing:
@ -106,5 +108,7 @@ allow_outgoing:
port: domain port: domain
- protocol: udp - protocol: udp
port: ntp port: ntp
- protocol: tcp
port: 10051
trace_dropped: true trace_dropped: true