Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Internet & the Web (https://www.askmehelpdesk.com/forumdisplay.php?f=177)
-   -   Blocking MSN in Mikrotik OS (https://www.askmehelpdesk.com/showthread.php?t=311580)

  • Feb 1, 2009, 02:36 PM
    fatmirsefa
    Blocking MSN in Mikrotik OS
    How can I Block Sites or ports in a ruter wich use MikroTik OS? Does any one of you knows about this? Please respond...
  • Sep 22, 2009, 08:25 AM
    fast-track

    1. Do a host lookup under your favourite OS example..

    [TestBox]# host youtube.com
    youtube.com has address 208.65.153.253
    youtube.com has address 208.65.153.251
    youtube.com mail is handled by 10 sjl-mbox1.sjl.youtube.com.

    It should show which ip's handle the site.

    2. add these ip's to a address list..

    / ip firewall address-list
    add list=youtube address=208.65.153.251 comment="" disabled=no
    add list=youtube address=208.65.153.253 comment="" disabled=no

    3. You can block the site by adding drop rule under:

    /ip firewall filter add action=drop dst-address-list=youtube chain=forward

  • All times are GMT -7. The time now is 12:58 AM.