Daily Archives: December 12, 2019


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 […]


RFC MikroTik Firewall 6.0 for IPv4 (Free Version)

######################################################################################################### # Rick Frey’s Basic MikroTik Firewall Rev 6.0 for IPv4 (Free Version) # ######################################################################################################### # Author: Rick Frey # # email: rickfrey1000@gmail.com # # Username in MikroTik Forum is rickfrey # ######################################################################################################### # License # # This script has been created for use by the general public and may […]