Category Archives: Mikrotik

Mikrotik Limit Bandwidth Download by Extension

siapkan extention, buat rule firewall dan masukkan ke adress list network  contoh: /ip firewall filter add chain=forward src-address=10.10.11.240/28 protocol=tcp content=.exe action=add-dst-to-address-list address-list=cekek address-list-timeout=01:00:00

Hotspot, apply different limits and traffic priorities / burst

Introduction Many users are always asking about how to prioritize the traffic using the Mikrotik RouterOS Hotspot service. The following method helps to manage the network traffic and customize it the way you want. It also insure to provide the correct service for a specific use in a big network, giving priority for the VIPs, […]

Netinstall di Mikrotik

yang perlu di siapkan adalah : PC dengan interface Ethernet dan Serial/COM Kabel UTP Routerboard atau  PC Netinstall bisa di download di http://www.mikrotik.com/download.html next…

scripts manual queue simple hotspot

/queue simple add burst-limit=70000/70000 burst-threshold=50000/50000 burst-time=2m/2m interface=ether5 max-limit=40000/40000 name=40kb-IP-2 target-addresses=10.10.12.2 add burst-limit=70000/70000 burst-threshold=50000/50000 burst-time=2m/2m interface=ether5 max-limit=40000/40000 name=40kb-IP-3 target-addresses=10.10.12.3 add burst-limit=70000/70000 burst-threshold=50000/50000 burst-time=2m/2m interface=ether5 max-limit=40000/40000 name=40kb-IP-4 target-addresses=10.10.12.4

Mikrotik Cacti Templates

Development From WanWiki There is a development server on the WAN, that provides a bit of a development “area” for people that interested, like for example development of the wifimap. Available are: web mysql (incl. phpMyAdmin access) cvs (incl. auto deployment to web) daily backup of cvs and sql local ssh access on waldorf

Proxy set

/ip proxy set cache-administrator=admin@proxy1.net.net cache-on-disk=yes enabled=yes max-cache-size=130702000KiB max-client-connections=999 max-server-connections=999 port=8080 /ip proxy access

Buat simple queue tree

/ip firewall mangle add action=mark-connection chain=forward new-connection-mark=DOWN passthrough=yes add action=mark-packet chain=forward connection-mark=DOWN new-packet-mark=DOWN passthrough=yes add action=mark-packet chain=forward connection-mark=DOWN new-packet-mark=ICMP-DOWN passthrough=yes protocol=icmp

Routing distribusi

/ip address add address=10.10.10.17/28 broadcast=10.10.10.31 interface=LAN network=10.10.10.16 add address=10.10.10.6/28 broadcast=10.10.10.15 interface=WAN network=10.10.10.0 /ip route add comment=GW-PROXY-I dst-address=0.0.0.0/0 gateway=10.10.10.1 add comment=PROXY-II dst-address=0.0.0.0/0 gateway=10.10.10.5 routing-mark=PROXY-II add comment=IRC dst-address=0.0.0.0/0 gateway=10.10.10.5 routing-mark=IRC add comment=PROXY-III dst-address=0.0.0.0/0 gateway=10.10.10.4 routing-mark=PROXY-III

Load Balancing with Mikrotik 3.x

When we want to make Loadbalancing system used Mikrotik 2.9.x, we can using the rule from here. But there is little different with Mikrotik 3.x Ok then, let’s started, i will use 5 connection here.

Drop IM Using L7 (Like YM, MSN,MIRC etc)

Now we can STOP Instanse Messangers Using Layer-7 Filtering. You Require Mikrotik Router OS V3.x In This Topic We will Try to STOP some known Messangers Like YM, MSN,MIRC etc First you need to Configure Layer-7 protocols # jul/29/2008 19:13:33 by RouterOS 3.10 # software id = RG87-8FT #