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.
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.
How to Block Facebook with Mikrotik
4/
5
Oleh
Ayo Sinau
4 komentar
Thanks very simple and it is work.
ReplyOn OS v3.30
thnks
ReplyThanks, It works! Is there an option to bypass range of IP address from being Block ex:
Reply192.168.1.1 - 192.168.1.5 excluded in the Block
That blocks other sites and that is not good.
Reply