Skip to content

Instantly share code, notes, and snippets.

@kurnias
Created October 19, 2016 00:58
Show Gist options
  • Save kurnias/932ed158aa4010a083aeefd06629ce4f to your computer and use it in GitHub Desktop.
Save kurnias/932ed158aa4010a083aeefd06629ce4f to your computer and use it in GitHub Desktop.
Stealth Setting Mikrotik
/ ip firewall filter
add chain=input protocol=tcp dst-port=0-1055 action=drop comment="GRC Shield Up" disabled=no
add chain=input protocol=icmp action=drop comment="no ping" disabled=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment