icmp not supported by ufw
This commit is contained in:
@@ -16,12 +16,6 @@
|
||||
proto: tcp
|
||||
src: 'any'
|
||||
|
||||
- name: system setup | firewall | allow ping (ICMP) from internal networks
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
src: '192.168.1.0/24' # Passe dies an dein internes Netzwerk an
|
||||
proto: icmp
|
||||
|
||||
- name: system setup | firewall | allow other monitoring traffic from internal networks
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
|
||||
Reference in New Issue
Block a user