Header Ads

Mobile APP Facebook and youtube Block with Mikrotik


Mobile APPs Facebook and Youtube can be block with followings


Blocking YouTube
Login MikroTik via Winbox or Web Browser

Goto: IP --> Firewall --> Filter --> Add -> Chain=Forward --> SRC Address: 10.0.0.0/24 -> advance--> Content="googlevideo",  Action= Drop


Goto: IP --> Firewall --> Filter --> Add -> Chain=Forward --> SRC Address: 10.0.0.0/24 -> advance--> Content="youtube",  Action= Drop


Blocking Facebook
Goto "IP" -> Firewall -> Layer7 Protocol

+ Add => Name = Facebook ,
                
Regexp :
^.+(facebook.com|apps.facebook.com|
www.connect.facebook.net|m.facebok.com|staticak.connect.facebook.com|login.facebook.com|fbcdn.net ).*$
Now add Filter rules for your local network 10.0.0.0/24

IP -> Firewall -> Filter Rules-> ADD -> Forward chain -> SRC Address: 10.0.0.0/24

Advance -> Layer7 Protocl = Facebook => Action =DROP

No comments