Thursday, August 9, 2012

Script : How to Block Facebook using Mikrotik by Content

Here this the script for blocked facebook access using mikrotik

IP FIREWALL

/ip firewall
add action=drop chain=forward comment="No-Facebook" content=facebook.com disabled=yes \dst-port=80 protocol=tcp src-address=192.168.100.0/24

  Note:
       Content: Facebook.com (you can change it to other site as you want to blocked)
       Src-Address: You local IP Rules (change this ip rules with your ip rules)

0 comments:

Post a Comment