icmp not supported by ufw

This commit is contained in:
2025-10-01 16:32:14 +02:00
parent 94adcbb31f
commit f29d5564bb

View File

@@ -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