ICMP Chain Only
######################################################################################################### # ICMP Chain Only # ######################################################################################################### /ip firewall filter add action=accept chain=input comment=”Allow Admins” src-address-list=Admins add action=accept chain=input comment=”Allow DNS” port=53 protocol=udp add action=drop chain=input comment=”Drop everyone else” add action=accept chain=output comment=”Section Break” disabled=yes add action=jump chain=input comment=”Jump to RFC ICMP Protection Chain” jump-target=”RFC ICMP Protection” protocol=icmp add action=jump […]