Host Africa

Wednesday 20 May 2015

How to block Zenmate with Mikrotik

i blocked zanmate on mikrotik routeros using layer7 regexp filter
  for regexp syntax

^.+(api.zenguard.biz|zenmate.io|zenguard.zendesk.com|zendesk.com|zenguard.org).*$

first  create a layer7 protocol



Create a Firewall rule


add layer7 protocol in filter role  e.g denied (in my case filter name is denied)



Select action = reject     (or you can simply select drop)
select log if you want to see real time requests
rejectwith = icmp network unreacable or admin prohibted 






click ok to save the on top of everything.

now clock log to view real time zenmate drop requests

3 comments:

  1. Hello,
    I have a lease line of 155Mbps from an ISP. This ISP has given me /30 on wan side and /21 LAN pools on Static Route. No BGP is established because I do not have my IP’s & AS thus cannot do peering. Now I want to have only Google/Youtube bandwidth from a new provider and route all Google/YT request to this new ISP. The idea is to save app. 45% bandwidth on my main ISP. How can I achieve this without BGP
    Thanks

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete