Block situs and YM

ini contoh block sebuah situs tanpa pake ip nya

/ip proxy access
add action=deny dst-host=www.klickbca.com
atau
add action=deny dst-host=*klickbca*

atau

/ip proxy access
add action=deny comment="" disabled=no dst-host="" path=*Klickbca* \
redirect-to="www.google.com" src-address=(ip LAN)

Block YM

bikin address-list dari ip ip yang mau di blok
contoh :

/ip fire addr
add list=forbidden address="72.51.27.51"
add list=forbidden address="72.16.20.0/25"
add list=forbidden address="169.254.0.0/16"
.................
............ dst

..... lanjut add filter di firewall ......

/ip fire fi
add chain=forward src-address-list=forbidden action=drop
add chain=forward dst-address-list=forbidden action=drop

btw ... chain firewall diijinin yg perlu2 aja selain itu drop, ... utk YM dibuat adress-list; dan port yg diijinin hanya 5050 dan 5100. sampe skrg masih ampuh

semoga membantu.

No comments: