How to Block Facebook with Mikrotik

How to Block Facebook with Mikrotik, Please follow my tutorial

1. Login via winbox

2. Create filter rules as below :

/ip firewall filter add chain=forward content="facebook.com" action=drop comment="Drop Facebook"
/ip firewall filter add chain=forward content="www.facebook.com" action=drop comment="Drop Facebook"
/ip firewall filter add chain=forward content="apps.facebook.com" action=drop comment="Drop Facebook"
/ip firewall filter add chain=forward content="facebook" action=drop comment="Drop Facebook"
/ip firewall filter add chain=forward content="facebook.*" action=drop comment="Drop Facebook"

via terminal:


then a result like this


Finis My Tutorial.
Thanks.


Artikel Terkait

How to Block Facebook with Mikrotik
4/ 5
Oleh

Berlangganan

Suka dengan artikel di atas? Silakan berlangganan gratis via email

4 komentar

Anonymous
June 17, 2011 at 11:40 PM delete

Thanks very simple and it is work.
On OS v3.30

Reply
avatar
Anonymous
November 22, 2011 at 9:27 PM delete

Thanks, It works! Is there an option to bypass range of IP address from being Block ex:
192.168.1.1 - 192.168.1.5 excluded in the Block

Reply
avatar
Anonymous
June 19, 2013 at 8:55 AM delete

That blocks other sites and that is not good.

Reply
avatar