f
 your broadband network operates through a MiktroTik router, then you 
can block your children and others in your household from accessing 
Facebook. To do this, you must have WinBox, a console application that 
allows you to fine-tune all your MikroTik router settings. With it, you 
can log directly into your router via your computer and then submit 
specific terminal commands to block any and all Facebook Internet 
content.
- 1Launch WinBox, and log in to your router account.
- 2Click the "New Terminal" button in the left menu.
- 3Type the following commands into the terminal, and press enter after typing each command:/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"
 
- 1
 
Post a Comment