Ask Experts Questions for FREE Help !
Ask
    fatmirsefa's Avatar
    fatmirsefa Posts: 1, Reputation: 1
    New Member
     
    #1

    Feb 1, 2009, 02:36 PM
    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...
    fast-track's Avatar
    fast-track Posts: 1, Reputation: 1
    New Member
     
    #2

    Sep 22, 2009, 08:25 AM

    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

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Blocking websites [ 2 Answers ]

How do I block certain websites on the internet

Blocking a Web Page [ 6 Answers ]

I've been trying to block a couple of specific web sites and have followed instructions per: Windown/system32/drivers/etc/hosts I have also unticked the 'read only' and typed in the offending sites like this: 127.0.0.1 (website typed in) with the www., *. and straight up typing on individual...

Blocking websites [ 7 Answers ]

How do I block websites without paying for a special programme

Blocking Websites [ 1 Answers ]

Is there anyway to block websites on internet explorer

Blocking Websites [ 1 Answers ]

Does anyone know how to stop anybody that goes on my computer from accessing www.kazza.com Or from accessing Yahoo messenger??


View more questions Search