icmp not supported by ufw
This commit is contained in:
@@ -16,12 +16,6 @@
|
|||||||
proto: tcp
|
proto: tcp
|
||||||
src: 'any'
|
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
|
- name: system setup | firewall | allow other monitoring traffic from internal networks
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
|
|||||||
Reference in New Issue
Block a user