Sunday, 12 April 2015

Schedule NAT

1. Login ke Mikrotik OS, lalu ketik :

system script

2. Ketik script untuk mematikan koneksi  ke arah publik:

Tuesday, 7 April 2015

SQUID 2.7.STABLE5

# ********************************************************************* #
#########################################################################
#    CONTROL # WELCOME TO SQUID 2.7.STABLE5 # #
#       # ---------------------------- #     2015 #
# # T R I M A N # #
# # c:/squid/sbin/squid -z # #
#########################################################################
# ********************************************************************* #

firewall filter 001

/ ip firewall filter
add chain=virus protocol=tcp dst-port=135-139 action=drop comment="' Blaster Worm"
add chain=virus protocol=udp dst-port=135-139 action=drop comment="' Messenger Worm"
add chain=virus protocol=tcp dst-port=445 action=drop comment="' Blaster Worm"
add chain=virus protocol=udp dst-port=445 action=drop comment="' Blaster Worm"
add chain=virus protocol=tcp dst-port=593 action=drop comment="' ________"