mikrotik_firewall_filter [homewiki]
mikrotik_firewall_filter
mikrotik_firewall_filter
/ip firewall filter
add action=reject chain=forward comment="block addr-list_block" disabled=yes \
dst-address-list=addr-list_block reject-with=icmp-network-unreachable
add action=jump chain=input comment="catch new UDP connections" \
connection-state=new dst-port=500,4500,1701,53 in-interface-list=WAN \
jump-target=anti-bruteforce protocol=udp src-address-list=!hosts.allow
