Open tftp and ntp ports from firewall on nms hosts

This commit is contained in:
Timo Makinen 2021-03-19 23:52:53 +00:00
parent 5c1ff863c7
commit d0f89f2afc

View file

@ -12,6 +12,8 @@ network_vip_interfaces:
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: udp, port: 69, from: [172.20.25.0/24]}
- {proto: udp, port: 123, from: [172.20.25.0/24]}
- {proto: udp, port: 514, from: [172.20.25.0/24]}
- {proto: tcp, port: 4949, from: [172.20.20.0/22]}
firewall_raw: