Open tftp and ntp ports from firewall on nms hosts
This commit is contained in:
parent
5c1ff863c7
commit
d0f89f2afc
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue