Block HTTP or HTTPS Facebook using Mikrotik Router
This articles can help you to use some Technical Task to block http://www.facebook.com or https://www.facebook.com using Mikrotik Firewall in few steps. We will use IP Firewall feature included in Mikrotik. We assume the LAN (Local Area Network) address is 192.168.100.0/24
Here are the steps:
1. Login via winbox
go to IP Firewall > Filter Rules > General
Select >Chain = Forward
Src-Add= (Your LAN's Network Address with Subnet Mask) here is 192.168.100.0/24
Select> Advance Tab
go to> Content > add> just facebook or *.facebook.* or *.facebook.com.*
Select> Action Tab
go to> Action > Reject with icmp admin prohibited
or // select action>drop and apply > ok
return firewall rules>
select facebook firewall rule >click >enable
go to browser and > type https://www.facebook.com
and you will get the result >
this web page is not available.
Have Fun!!