Allow to check ssh on lime2 when using NATted address
This commit is contained in:
parent
342dcdf016
commit
c7a48b74c6
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@
|
|||
|
||||
ip daddr {{ hostvars[icinga2_agent].ipv4_addr }} tcp dport 5665 accept comment "Allow Icinga2 to Agent"
|
||||
ip daddr {{ hostvars[relayhost].ipv4_addr }} tcp dport { 22, 25, 465, 587, 993 } accept comment "Allow some ports to check mailserver"
|
||||
ip daddr {{ ipv4_addr }} tcp dport 22 accept comment "Allow some ports to check myself"
|
||||
|
|
Loading…
Add table
Reference in a new issue