/ip firewall filter add chain=forward dst-address=210.210.145.201/32 protocol=tcp action=drop
Non-authoritative answer:
Name: web.cbn.net.id
Address: 210.210.145.202
Aliases: http://www.cbn.net.id
![Image](http://img90.imageshack.us/img90/3446/20080108172231ap6.jpg)
I test it, but i still can access the website (http://www.cbn.net.id), why? and the packets and bytes not counting (increase), still 0 (ZERO).
![Sad :(](./images/smilies/icon_sad.gif)
i curious, then i test to block IRC port:
/ip firewall filter add chain=forward dst-port=6667 action=drop and it works, i can not connect to IRC (i use mIRC ~ windows)!
next, i test to block ICMP (ping) to 210.210.145.202, so i change the protocol=tcp to 1 (icmp), and it works!
I see the packets and bytes are counting.. (increase)
before block ICMP:
C:\Documents and Settings\Yudi Wijaya>ping http://www.cbn.net.id
Pinging web.cbn.net.id [210.210.145.202] with 32 bytes of data:
Reply from 210.210.145.202: bytes=32 time=54ms TTL=246
Reply from 210.210.145.202: bytes=32 time=54ms TTL=246
Reply from 210.210.145.202: bytes=32 time=54ms TTL=246
Reply from 210.210.145.202: bytes=32 time=47ms TTL=246
Ping statistics for 210.210.145.202:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 47ms, Maximum = 54ms, Average = 52ms
After block ICMP:
C:\Documents and Settings\Yudi Wijaya>ping http://www.cbn.net.id
Pinging web.cbn.net.id [210.210.145.202] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 210.210.145.202:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Documents and Settings\Yudi Wijaya>
I really confuse, why mikrotik firewall filter can not detect when i try browsing to that IP? i already use 6 (tcp)...
Please help me..
Yudi