Featured image of post Firewalld

Firewalld

A service daemon with D-Bus interface

ICMP block

Only drop icmp echo-request packet

1
sudo firewall-cmd --add-rich-rule='rule icmp-type name="echo-request" drop' --permanent

Set the default action when no rule is matched

1
sudo firewall-cmd --permanent --set-target=DROP
Licensed under CC BY-NC-SA 4.0